#B2DEC9

Color #B2DEC9 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B2DEC9

Tints of Jet Stream #B2DEC9

Color information

#B2DEC9 (or 0xB2DEC9) is unknown color: approx Jet Stream. HEX triplet: B2, DE and C9. RGB value is (178,222,201). Sum of RGB (Red+Green+Blue) = 178+222+201=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEC9 is #4D2136. Grayscale: #CECECE. Windows color (decimal): -5054775 or 13229746. OLE color: 13229746.

HSL color Cylindrical-coordinate representation of color #B2DEC9: hue angle of 151.36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB178222201-
CMYK0.2000.090.13
HSL151.36º40%78.43%-
HSV(B)151.36º19.82%87.06%-
XYZ55.0265.9265.08-
YUV206.45124.92107.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=29.62%
G=36.94%
B=33.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782222010.2000.090.13151.364078.43
HexB2DEC91409D97284e
Octal262336311240111522750116
Binary10110010110111101100100110100010011101100101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEC9; }

 p { color: rgb(178,222,201); }

 H1.HeaderClassName
 {
   color: #B2DEC9;
 }
 .AnyTagClassName
 {
   color: #B2DEC9;
 }
</style>
background-color css

<style>
 a { background-color: #B2DEC9; }

 a { background-color: rgb(178,222,201); }

 div.DivClassName
 {
   background-color: #B2DEC9;
 }
 .BgClassName
 {
   background-color: #B2DEC9;
 }
</style>
border-color css

<style>
 span { border-color: #B2DEC9; }

 span { border-color: rgb(178,222,201); }

 td.TdClassName
 {
   border-color: #B2DEC9;
 }
 .TagClassName
 {
   border-color: #B2DEC9;
 }
</style>