#B4D7CB

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

Shades of Jet Stream #B4D7CB

Tints of Jet Stream #B4D7CB

Color information

#B4D7CB (or 0xB4D7CB) is unknown color: approx Jet Stream. HEX triplet: B4, D7 and CB. RGB value is (180,215,203). Sum of RGB (Red+Green+Blue) = 180+215+203=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7CB is #4B2834. Grayscale: #CBCBCB. Windows color (decimal): -4925493 or 13359028. OLE color: 13359028.

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

Color convert

RGB180215203-
CMYK0.1600.060.16
HSL159.43º30.43%77.45%-
HSV(B)159.43º16.28%84.31%-
XYZ53.962.6265.75-
YUV203.17127.9111.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=30.10%
G=35.95%
B=33.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802152030.1600.060.16159.4330.4377.45
HexB4D7CB1006109f1e4d
Octal26432731320062023736115
Binary1011010011010111110010111000001101000010011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D7CB; }

 p { color: rgb(180,215,203); }

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

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

 a { background-color: rgb(180,215,203); }

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

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

 span { border-color: rgb(180,215,203); }

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