#B5C5CA

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

Shades of Heather #B5C5CA

Tints of Heather #B5C5CA

Color information

#B5C5CA (or 0xB5C5CA) is unknown color: approx Heather. HEX triplet: B5, C5 and CA. RGB value is (181,197,202). Sum of RGB (Red+Green+Blue) = 181+197+202=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CA is #4A3A35. Grayscale: #C0C0C0. Windows color (decimal): -4864566 or 13288885. OLE color: 13288885.

HSL color Cylindrical-coordinate representation of color #B5C5CA: hue angle of 194.29º 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 #B5C5CA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181197202-
CMYK0.100.0200.21
HSL194.29º16.54%75.1%-
HSV(B)194.29º10.4%79.22%-
XYZ49.6854.0263.69-
YUV192.79133.2119.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=31.21%
G=33.97%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811972020.100.0200.21194.2916.5475.1
HexB5C5CAA2015c2114b
Octal26530531212202530221113
Binary10110101110001011100101010101001010111000010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5CA; }

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

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

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

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

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

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

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

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