#B2C6CD

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

Shades of Heather #B2C6CD

Tints of Heather #B2C6CD

Color information

#B2C6CD (or 0xB2C6CD) is unknown color: approx Heather. HEX triplet: B2, C6 and CD. RGB value is (178,198,205). Sum of RGB (Red+Green+Blue) = 178+198+205=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C6CD is #4D3932. Grayscale: #C0C0C0. Windows color (decimal): -5060915 or 13485746. OLE color: 13485746.

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

Color convert

RGB178198205-
CMYK0.130.0300.20
HSL195.56º21.26%75.1%-
HSV(B)195.56º13.17%80.39%-
XYZ49.5754.2665.62-
YUV192.82134.87117.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.64%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=30.64%
G=34.08%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781982050.130.0300.20195.5621.2675.1
HexB2C6CDD3014c4154b
Octal26230631515302430425113
Binary10110010110001101100110111011101010011000100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C6CD; }

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

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

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

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

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

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

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

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