#B8D5CB

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

Shades of Jet Stream #B8D5CB

Tints of Jet Stream #B8D5CB

Color information

#B8D5CB (or 0xB8D5CB) is unknown color: approx Jet Stream. HEX triplet: B8, D5 and CB. RGB value is (184,213,203). Sum of RGB (Red+Green+Blue) = 184+213+203=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5CB is #472A34. Grayscale: #CBCBCB. Windows color (decimal): -4663861 or 13358520. OLE color: 13358520.

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

Color convert

RGB184213203-
CMYK0.1400.050.16
HSL159.31º25.66%77.84%-
HSV(B)159.31º13.62%83.53%-
XYZ54.3462.0965.62-
YUV203.19127.89114.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.67%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=30.67%
G=35.5%
B=33.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842132030.1400.050.16159.3125.6677.84
HexB8D5CBE05109f1a4e
Octal27032531316052023732116
Binary101110001101010111001011111001011000010011111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D5CB; }

 p { color: rgb(184,213,203); }

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

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

 a { background-color: rgb(184,213,203); }

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

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

 span { border-color: rgb(184,213,203); }

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