#B6D7CD

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

Shades of Jet Stream #B6D7CD

Tints of Jet Stream #B6D7CD

Color information

#B6D7CD (or 0xB6D7CD) is unknown color: approx Jet Stream. HEX triplet: B6, D7 and CD. RGB value is (182,215,205). Sum of RGB (Red+Green+Blue) = 182+215+205=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7CD is #492832. Grayscale: #CCCCCC. Windows color (decimal): -4794419 or 13490102. OLE color: 13490102.

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

Color convert

RGB182215205-
CMYK0.1500.050.16
HSL161.82º29.2%77.84%-
HSV(B)161.82º15.35%84.31%-
XYZ54.6162.9567.03-
YUV203.99128.57112.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=30.23%
G=35.71%
B=34.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822152050.1500.050.16161.8229.277.84
HexB6D7CDF0510a21d4e
Octal26632731517052024235116
Binary101101101101011111001101111101011000010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7CD; }

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

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

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

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

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

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

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

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