#B5C7CD

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

Shades of Heather #B5C7CD

Tints of Heather #B5C7CD

Color information

#B5C7CD (or 0xB5C7CD) is unknown color: approx Heather. HEX triplet: B5, C7 and CD. RGB value is (181,199,205). Sum of RGB (Red+Green+Blue) = 181+199+205=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7CD is #4A3832. Grayscale: #C2C2C2. Windows color (decimal): -4864051 or 13486005. OLE color: 13486005.

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

Color convert

RGB181199205-
CMYK0.120.0300.20
HSL195º19.35%75.69%-
HSV(B)195º11.71%80.39%-
XYZ50.555.0865.73-
YUV194.3134.04118.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=30.94%
G=34.02%
B=35.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811992050.120.0300.2019519.3575.69
HexB5C7CDC3014c3134c
Octal26530731514302430323114
Binary10110101110001111100110111001101010011000011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C7CD; }

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

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

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

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

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

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

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

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