#B6CDC6

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

Shades of Jet Stream #B6CDC6

Tints of Jet Stream #B6CDC6

Color information

#B6CDC6 (or 0xB6CDC6) is unknown color: approx Jet Stream. HEX triplet: B6, CD and C6. RGB value is (182,205,198). Sum of RGB (Red+Green+Blue) = 182+205+198=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC6 is #493239. Grayscale: #C5C5C5. Windows color (decimal): -4796986 or 13028790. OLE color: 13028790.

HSL color Cylindrical-coordinate representation of color #B6CDC6: hue angle of 161.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDC6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB182205198-
CMYK0.1100.030.20
HSL161.74º18.7%75.88%-
HSV(B)161.74º11.22%80.39%-
XYZ51.3257.6861.86-
YUV197.32128.38117.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=31.11%
G=35.04%
B=33.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051980.1100.030.20161.7418.775.88
HexB6CDC6B0314a2134c
Octal26631530613032424223114
Binary10110110110011011100011010110111010010100010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDC6; }

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

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

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

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

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

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

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

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