#B6D6CD

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

Shades of Jet Stream #B6D6CD

Tints of Jet Stream #B6D6CD

Color information

#B6D6CD (or 0xB6D6CD) is unknown color: approx Jet Stream. HEX triplet: B6, D6 and CD. RGB value is (182,214,205). Sum of RGB (Red+Green+Blue) = 182+214+205=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6CD is #492932. Grayscale: #CBCBCB. Windows color (decimal): -4794675 or 13489846. OLE color: 13489846.

HSL color Cylindrical-coordinate representation of color #B6D6CD: hue angle of 163.12º degrees, saturation: 0.28, 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 #B6D6CD is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB182214205-
CMYK0.1500.040.16
HSL163.12º28.07%77.65%-
HSV(B)163.12º14.95%83.92%-
XYZ54.3662.4566.95-
YUV203.41128.9112.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.28%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=30.28%
G=35.61%
B=34.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822142050.1500.040.16163.1228.0777.65
HexB6D6CDF0410a31c4e
Octal26632631517042024334116
Binary101101101101011011001101111101001000010100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6CD; }

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

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

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

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

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

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

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

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