#B6D0C6

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

Shades of Jet Stream #B6D0C6

Tints of Jet Stream #B6D0C6

Color information

#B6D0C6 (or 0xB6D0C6) is unknown color: approx Jet Stream. HEX triplet: B6, D0 and C6. RGB value is (182,208,198). Sum of RGB (Red+Green+Blue) = 182+208+198=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D0C6 is #492F39. Grayscale: #C7C7C7. Windows color (decimal): -4796218 or 13029558. OLE color: 13029558.

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

Color convert

RGB182208198-
CMYK0.1200.050.18
HSL156.92º21.67%76.47%-
HSV(B)156.92º12.5%81.57%-
XYZ52.0459.1362.1-
YUV199.09127.39115.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=30.95%
G=35.37%
B=33.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822081980.1200.050.18156.9221.6776.47
HexB6D0C6C05129d164c
Octal26632030614052223526114
Binary101101101101000011000110110001011001010011101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D0C6; }

 p { color: rgb(182,208,198); }

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

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

 a { background-color: rgb(182,208,198); }

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

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

 span { border-color: rgb(182,208,198); }

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