#B6D7CB

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

Shades of Jet Stream #B6D7CB

Tints of Jet Stream #B6D7CB

Color information

#B6D7CB (or 0xB6D7CB) is unknown color: approx Jet Stream. HEX triplet: B6, D7 and CB. RGB value is (182,215,203). Sum of RGB (Red+Green+Blue) = 182+215+203=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7CB is #492834. Grayscale: #CBCBCB. Windows color (decimal): -4794421 or 13359030. OLE color: 13359030.

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

Color convert

RGB182215203-
CMYK0.1500.060.16
HSL158.18º29.2%77.84%-
HSV(B)158.18º15.35%84.31%-
XYZ54.3762.8665.77-
YUV203.76127.57112.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.33%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=30.33%
G=35.83%
B=33.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822152030.1500.060.16158.1829.277.84
HexB6D7CBF06109e1d4e
Octal26632731317062023635116
Binary101101101101011111001011111101101000010011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7CB; }

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

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

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

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

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

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

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

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