#b0d2d6 Color Hex Jetstream

Information about Jetstream Color | #0000FF

#b0d2d6 color RGB value is (176,210,214). #b0d2d6 color name is Jetstream color.

#b0d2d6 hex color red value is 176 , green value is 210 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #b0d2d6 hue: 186 , saturation: 32 and the lightness value of #b0d2d6 is 76

The process color (four color CMYK) of #b0d2d6 color hex is 7 , 1 ,0, 6 .

#b0d2d6

~Jetstream

Color Converions

HEX
#b0d2d6
RGB
176,210,214
LAB
82,-11,-6
CMYK
18,2,0,16
LCH
82,13,-152
XYZ
53,60,72
HSV
186,18,84
HSL
186,32,76

Base Numbers

Base Red Green Blue
Binary 10110000 11010010 11010110
Octal 260 322 326
Decimal 176 210 214
Hex b0 d2 d6

RGB Percentages of Color #b0d2d6

69%
82%
84%

CMYK Percentages of Color #b0d2d6

7%
0%
1%
6%

Color Variations

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

Shades of #b0d2d6

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

10%
#b0d2d6
20%
#9ebdc1
30%
#8da8ab
40%
#7b9396
50%
#6a7e80
60%
#58696b
70%
#465456
80%
#353f40
90%
#232a2b
100%
#121515

Tints of #b0d2d6

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

10%
#b0d2d6
20%
#b8d7da
30%
#c0dbde
40%
#c8e0e2
50%
#d0e4e6
60%
#d8e9eb
70%
#dfedef
80%
#e7f2f3
90%
#eff6f7
100%
#f7fbfb

Tones of #b0d2d6

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

10%
#b0d2d6
20%
#abcacd
30%
#a6c2c5
40%
#a1b9bc
50%
#9db1b3
60%
#98a9ab
70%
#93a1a2
80%
#8e9899
90%
#899091
100%
#848888

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.
#b0d2d6
#b0d6cb
#b0d6d2
#b0d2d6
#b0cad6
#b0c3d6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b0d2d6
#bcb0d6
#d6cbb0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b0d2d6
#d6b0d2
#d2d6b0

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.
#b0d2d6
#c7b0d6
#d6b4b0
#bfd6b0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b0d2d6
#010101
#242b2c
#475556
#6a7f81
#8da8ab

Blindness simulator

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

Normal

#b0d2d6

protanopia

#ccc9d1

deuteranopia

#d8c5d9

tritanopia

#b1cfdf

achromatopsia

#cbcbcb

protanomaly

#c2ccd3

deuteranomaly

#c9c9d8

achromatopsia

#cbcbcb

tritanomaly

#b1d0dc

achromatomaly

#c1cecf

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 !

#b0d2d6 Color CSS Codes

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

#b0d2d6 Text Font Color

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

This sample text font color is #b0d2d6
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.

#b0d2d6 Background Color

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

#b0d2d6 Border Color

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

This div border color is #b0d2d6

#b0d2d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d2d6

More Colors

Blue Spell
#3b5c6c
Cream Cheese Avocado
#d7d3a6
May Mist
#a19fc8
Ocean Current
#537783
Hacienda
#9e8022
Coffee Bag
#dbd6d3
Nature's Delight
#a6d292
Creed
#c1a44a
Japanese Violet
#5b3256
Nightingale
#5c4827
Otto Ice
#bedfd3
Antilles Garden
#8aa277
Green Fog
#989a87
Labradorite Green
#547d80
Cadmium Orange
#ed872d
Kingston Aqua
#8fbcc4
Old Fashioned Pink
#f4c6cc
Baked Cookie
#89674a
Light Detroit
#cddbdc
Outback
#c9a375
Atomic
#3d4b52
Cracked Slate
#69656a
Cherry Velvet
#e10646
Brown Labrador
#97382c
Parsley
#305d35
Fabulous Find
#abe3c9
Midnight Jam
#0b0119
Hen of the Woods
#eed9c4
Pastry Dough
#faedd5
Pink Red
#f5054f
Birch Beige
#d9c3a1
Amulet
#7d9d72
Harvest Haze
#de6931
Milk and Cookies
#e9e1df
Imperial Dynasty
#33746b
Oakmoss
#6d7244
Gothic Grape
#473951
Opium
#987e7e
Light Green
#76ff7b
rating-img
Rate this tool
NaN/5   0 votes