#B4C7CD

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

Shades of Heather #B4C7CD

Tints of Heather #B4C7CD

Color information

#B4C7CD (or 0xB4C7CD) is unknown color: approx Heather. HEX triplet: B4, C7 and CD. RGB value is (180,199,205). Sum of RGB (Red+Green+Blue) = 180+199+205=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 199 (78.12% from 255 or 34.08% 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 #B4C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7CD is #4B3832. Grayscale: #C1C1C1. Windows color (decimal): -4929587 or 13486004. OLE color: 13486004.

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

Color convert

RGB180199205-
CMYK0.120.0300.20
HSL194.4º20%75.49%-
HSV(B)194.4º12.2%80.39%-
XYZ50.2754.9665.72-
YUV194134.21118.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=30.82%
G=34.08%
B=35.10%

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
Decimal1801992050.120.0300.20194.42075.49
HexB4C7CDC3014c2144b
Octal26430731514302430224113
Binary10110100110001111100110111001101010011000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C7CD; }

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

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

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

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

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

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

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

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