#B6D0C8

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

Shades of Jet Stream #B6D0C8

Tints of Jet Stream #B6D0C8

Color information

#B6D0C8 (or 0xB6D0C8) is unknown color: approx Jet Stream. HEX triplet: B6, D0 and C8. RGB value is (182,208,200). Sum of RGB (Red+Green+Blue) = 182+208+200=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D0C8 is #492F37. Grayscale: #C7C7C7. Windows color (decimal): -4796216 or 13160630. OLE color: 13160630.

HSL color Cylindrical-coordinate representation of color #B6D0C8: hue angle of 161.54º 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 #B6D0C8 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB182208200-
CMYK0.1200.040.18
HSL161.54º21.67%76.47%-
HSV(B)161.54º12.5%81.57%-
XYZ52.2759.2363.32-
YUV199.31128.39115.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.85%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=30.85%
G=35.25%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822082000.1200.040.18161.5421.6776.47
HexB6D0C8C0412a2164c
Octal26632031014042224226114
Binary101101101101000011001000110001001001010100010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D0C8; }

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

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

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

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

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

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

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

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