#B8D2CB

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

Shades of Jet Stream #B8D2CB

Tints of Jet Stream #B8D2CB

Color information

#B8D2CB (or 0xB8D2CB) is unknown color: approx Jet Stream. HEX triplet: B8, D2 and CB. RGB value is (184,210,203). Sum of RGB (Red+Green+Blue) = 184+210+203=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2CB is #472D34. Grayscale: #C9C9C9. Windows color (decimal): -4664629 or 13357752. OLE color: 13357752.

HSL color Cylindrical-coordinate representation of color #B8D2CB: hue angle of 163.85º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D2CB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB184210203-
CMYK0.1200.030.18
HSL163.85º22.41%77.25%-
HSV(B)163.85º12.38%82.35%-
XYZ53.5960.665.37-
YUV201.43128.89115.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=30.82%
G=35.18%
B=34.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842102030.1200.030.18163.8522.4177.25
HexB8D2CBC0312a4164d
Octal27032231314032224426115
Binary10111000110100101100101111000111001010100100101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D2CB; }

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

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

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

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

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

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

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

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