#B8D3CB

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

Shades of Jet Stream #B8D3CB

Tints of Jet Stream #B8D3CB

Color information

#B8D3CB (or 0xB8D3CB) is unknown color: approx Jet Stream. HEX triplet: B8, D3 and CB. RGB value is (184,211,203). Sum of RGB (Red+Green+Blue) = 184+211+203=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3CB is #472C34. Grayscale: #CACACA. Windows color (decimal): -4664373 or 13358008. OLE color: 13358008.

HSL color Cylindrical-coordinate representation of color #B8D3CB: hue angle of 162.22º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D3CB is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB184211203-
CMYK0.1300.040.17
HSL162.22º23.48%77.45%-
HSV(B)162.22º12.8%82.75%-
XYZ53.8461.0965.45-
YUV202.02128.55115.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.77%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=30.77%
G=35.28%
B=33.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842112030.1300.040.17162.2223.4877.45
HexB8D3CBD0411a2174d
Octal27032331315042124227115
Binary101110001101001111001011110101001000110100010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3CB; }

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

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

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

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

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

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

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

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