#b5d5d7 Color Hex Pocket Lint

Information about Pocket Lint Color | #0000FF

#b5d5d7 color RGB value is (181,213,215). #b5d5d7 color name is Pocket Lint color.

#b5d5d7 hex color red value is 181 , green value is 213 and the blue value of its RGB is 215 . Cylindrical-coordinate representations (also known as HSL) of color #b5d5d7 hue: 184 , saturation: 30 and the lightness value of #b5d5d7 is 78

The process color (four color CMYK) of #b5d5d7 color hex is 6 , 0 ,0, 6 .

#b5d5d7

~Pocket Lint

Color Converions

HEX
#b5d5d7
RGB
181,213,215
LAB
83,-11,-5
CMYK
16,1,0,16
LCH
83,12,-156
XYZ
55,62,73
HSV
184,16,84
HSL
184,30,78

Base Numbers

Base Red Green Blue
Binary 10110101 11010101 11010111
Octal 265 325 327
Decimal 181 213 215
Hex b5 d5 d7

RGB Percentages of Color #b5d5d7

71%
84%
84%

CMYK Percentages of Color #b5d5d7

6%
0%
0%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b5d5d7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b5d5d7
20%
#a3c0c2
30%
#91aaac
40%
#7f9596
50%
#6d8081
60%
#5b6b6b
70%
#485556
80%
#364040
90%
#242b2b
100%
#121515

Tints of #b5d5d7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b5d5d7
20%
#bcd9db
30%
#c4dddf
40%
#cbe2e3
50%
#d3e6e7
60%
#daeaeb
70%
#e1eeef
80%
#e9f2f3
90%
#f0f7f7
100%
#f8fbfb

Tones of #b5d5d7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b5d5d7
20%
#b0ccce
30%
#aac4c6
40%
#a5bbbd
50%
#a0b3b4
60%
#9aaaab
70%
#95a2a3
80%
#90999a
90%
#8a9191
100%
#858888

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b5d5d7
#b5d7cb
#b5d7d2
#b5d5d7
#b5ced7
#b5c7d7

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b5d5d7
#d7b7b5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b5d5d7
#beb5d7
#d7cbb5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b5d5d7
#d7b5d5
#d5d7b5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b5d5d7
#c8b5d7
#d7b7b5
#c4d7b5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b5d5d7
#020202
#262d2d
#4a5757
#6d8182
#91abac

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b5d5d7

protanopia

#d0cdd2

deuteranopia

#ddc8da

tritanopia

#b6d2e2

achromatopsia

#cecece

protanomaly

#c6d0d4

deuteranomaly

#ceccd9

achromatopsia

#cecece

tritanomaly

#b6d3de

achromatomaly

#c5d1d1

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#b5d5d7 Color CSS Codes

.bgcolor {background-color:#b5d5d7; } 
.forecolor {color:#b5d5d7; }
.bordercolor {border:3px solid #b5d5d7; }
            

#b5d5d7 Text Font Color

<div style="color:#b5d5d7">
Div content here</div>

This sample text font color is #b5d5d7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b5d5d7 Background Color

<div style="background-color:#b5d5d7">
Div content here</div>
Div content here

#b5d5d7 Border Color

<div style="border:3px solid #b5d5d7">
Div here</div>

This div border color is #b5d5d7

#b5d5d7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b5d5d7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5d5d7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5d5d7;
  -webkit-box-shadow: 1px 1px 3px 2px #b5d5d7;
  box-shadow: 1px 1px 3px 2px #b5d5d7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5d5d7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5d5d7;
              -webkit-box-shadow: 1px 1px 3px 2px #b5d5d7;
              box-shadow:         1px 1px 3px 2px #b5d5d7#b5d5d7">
Div content here</div>

This div box has shadow with color #b5d5d7

More Colors

Cotton Fiber
#dad0bd
Florida Keys
#56beab
Calf Skin
#b1aa9d
Façade
#b6a591
Dovetail
#908a83
Jaded Clouds
#aeddd3
Golden Lock
#f5bc1d
Caribbean Coast
#93c5dd
Apple Flower
#edf4eb
Kirsch Red
#974953
Imagination
#dfe0ee
Apricot Sorbet
#e8a760
Alexis Blue
#416082
Bon Voyage
#8baeb2
Kombucha
#d89f66
Bygone
#918e8a
Glass Bottle
#93ba59
Cliff Ridge
#c5ae80
Long Island Sound
#95d0fc
Cardueline Finch
#957b38
Medium Violet Red
#c71585
Niagara Mist
#c5e8ee
Chutney
#98594b
Aerobic Fix
#a2c348
Hot Green
#25ff29
Celestial Green
#2ddfc1
Banana Sparkes
#f6f5d7
Amazing Smoke
#6680bb
Majin Bū Pink
#ffaacc
Avagddu Green
#106b21
British Shorthair
#5f6672
Capital Blue
#1a4157
Plane Brown
#8a5024
Pelorus
#2599b2
Ash Plum
#e8d3c7
Fir Blue
#46807b
Peach Bloom
#d99b7c
Chalky Blue White
#d0ebf1
Kentucky Bluegrass
#22aabb
Palisade
#c3b497
rating-img
Rate this tool
NaN/5   0 votes