#B6C5CD

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

Shades of Heather #B6C5CD

Tints of Heather #B6C5CD

Color information

#B6C5CD (or 0xB6C5CD) is unknown color: approx Heather. HEX triplet: B6, C5 and CD. RGB value is (182,197,205). Sum of RGB (Red+Green+Blue) = 182+197+205=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5CD is #493A32. Grayscale: #C1C1C1. Windows color (decimal): -4799027 or 13485494. OLE color: 13485494.

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

Color convert

RGB182197205-
CMYK0.110.0400.20
HSL200.87º18.7%75.88%-
HSV(B)200.87º11.22%80.39%-
XYZ50.2854.2965.59-
YUV193.43134.53119.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=31.16%
G=33.73%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821972050.110.0400.20200.8718.775.88
HexB6C5CDB4014c9134c
Octal26630531513402431123114
Binary101101101100010111001101101110001010011001001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5CD; }

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

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

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

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

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

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

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

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