#B4D9CB

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

Shades of Jet Stream #B4D9CB

Tints of Jet Stream #B4D9CB

Color information

#B4D9CB (or 0xB4D9CB) is unknown color: approx Jet Stream. HEX triplet: B4, D9 and CB. RGB value is (180,217,203). Sum of RGB (Red+Green+Blue) = 180+217+203=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9CB is #4B2634. Grayscale: #CCCCCC. Windows color (decimal): -4924981 or 13359540. OLE color: 13359540.

HSL color Cylindrical-coordinate representation of color #B4D9CB: hue angle of 157.3º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D9CB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB180217203-
CMYK0.1700.060.15
HSL157.3º32.74%77.84%-
HSV(B)157.3º17.05%85.1%-
XYZ54.4163.6465.92-
YUV204.34127.24110.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=30%
G=36.17%
B=33.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802172030.1700.060.15157.332.7477.84
HexB4D9CB1106F9d214e
Octal26433131321061723541116
Binary1011010011011001110010111000101101111100111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D9CB; }

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

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

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

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

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

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

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

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