#B5C4CA

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

Shades of Heather #B5C4CA

Tints of Heather #B5C4CA

Color information

#B5C4CA (or 0xB5C4CA) is unknown color: approx Heather. HEX triplet: B5, C4 and CA. RGB value is (181,196,202). Sum of RGB (Red+Green+Blue) = 181+196+202=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4CA is #4A3B35. Grayscale: #C0C0C0. Windows color (decimal): -4864822 or 13288629. OLE color: 13288629.

HSL color Cylindrical-coordinate representation of color #B5C4CA: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C4CA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181196202-
CMYK0.100.0300.21
HSL197.14º16.54%75.1%-
HSV(B)197.14º10.4%79.22%-
XYZ49.4653.5763.61-
YUV192.2133.53120.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=31.26%
G=33.85%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811962020.100.0300.21197.1416.5475.1
HexB5C4CAA3015c5114b
Octal26530431212302530521113
Binary10110101110001001100101010101101010111000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4CA; }

 p { color: rgb(181,196,202); }

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

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

 a { background-color: rgb(181,196,202); }

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

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

 span { border-color: rgb(181,196,202); }

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