#B2C5CD

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

Shades of Heather #B2C5CD

Tints of Heather #B2C5CD

Color information

#B2C5CD (or 0xB2C5CD) is unknown color: approx Heather. HEX triplet: B2, C5 and CD. RGB value is (178,197,205). Sum of RGB (Red+Green+Blue) = 178+197+205=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5CD is #4D3A32. Grayscale: #C0C0C0. Windows color (decimal): -5061171 or 13485490. OLE color: 13485490.

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

Color convert

RGB178197205-
CMYK0.130.0400.20
HSL197.78º21.26%75.1%-
HSV(B)197.78º13.17%80.39%-
XYZ49.3553.8165.54-
YUV192.23135.21117.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.69%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=30.69%
G=33.97%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781972050.130.0400.20197.7821.2675.1
HexB2C5CDD4014c6154b
Octal26230531515402430625113
Binary101100101100010111001101110110001010011000110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5CD; }

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

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

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

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

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

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

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

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