#B9D5C8

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

Shades of Jet Stream #B9D5C8

Tints of Jet Stream #B9D5C8

Color information

#B9D5C8 (or 0xB9D5C8) is unknown color: approx Jet Stream. HEX triplet: B9, D5 and C8. RGB value is (185,213,200). Sum of RGB (Red+Green+Blue) = 185+213+200=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C8 is #462A37. Grayscale: #CBCBCB. Windows color (decimal): -4598328 or 13161913. OLE color: 13161913.

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

Color convert

RGB185213200-
CMYK0.1300.060.16
HSL152.14º25%78.04%-
HSV(B)152.14º13.15%83.53%-
XYZ54.2362.0763.77-
YUV203.15126.22115.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=30.94%
G=35.62%
B=33.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852132000.1300.060.16152.142578.04
HexB9D5C8D061098194e
Octal27132531015062023031116
Binary101110011101010111001000110101101000010011000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5C8; }

 p { color: rgb(185,213,200); }

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

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

 a { background-color: rgb(185,213,200); }

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

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

 span { border-color: rgb(185,213,200); }

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