#B5D6C9

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

Shades of Jet Stream #B5D6C9

Tints of Jet Stream #B5D6C9

Color information

#B5D6C9 (or 0xB5D6C9) is unknown color: approx Jet Stream. HEX triplet: B5, D6 and C9. RGB value is (181,214,201). Sum of RGB (Red+Green+Blue) = 181+214+201=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6C9 is #4A2936. Grayscale: #CACACA. Windows color (decimal): -4860215 or 13227701. OLE color: 13227701.

HSL color Cylindrical-coordinate representation of color #B5D6C9: hue angle of 156.36º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6C9 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB181214201-
CMYK0.1500.060.16
HSL156.36º28.7%77.45%-
HSV(B)156.36º15.42%83.92%-
XYZ53.6562.1364.42-
YUV202.65127.07112.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.37%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=30.37%
G=35.91%
B=33.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812142010.1500.060.16156.3628.777.45
HexB5D6C9F06109c1d4d
Octal26532631117062023435115
Binary101101011101011011001001111101101000010011100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6C9; }

 p { color: rgb(181,214,201); }

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

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

 a { background-color: rgb(181,214,201); }

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

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

 span { border-color: rgb(181,214,201); }

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