#B5C5CD

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

Shades of Heather #B5C5CD

Tints of Heather #B5C5CD

Color information

#B5C5CD (or 0xB5C5CD) is unknown color: approx Heather. HEX triplet: B5, C5 and CD. RGB value is (181,197,205). Sum of RGB (Red+Green+Blue) = 181+197+205=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CD is #4A3A32. Grayscale: #C1C1C1. Windows color (decimal): -4864563 or 13485493. OLE color: 13485493.

HSL color Cylindrical-coordinate representation of color #B5C5CD: hue angle of 200º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C5CD is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181197205-
CMYK0.120.0400.20
HSL200º19.35%75.69%-
HSV(B)200º11.71%80.39%-
XYZ50.0454.1665.57-
YUV193.13134.7119.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=31.05%
G=33.79%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811972050.120.0400.2020019.3575.69
HexB5C5CDC4014c8134c
Octal26530531514402431023114
Binary101101011100010111001101110010001010011001000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5CD; }

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

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

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

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

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

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

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

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