#B1C1CA

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

Shades of Heather #B1C1CA

Tints of Heather #B1C1CA

Color information

#B1C1CA (or 0xB1C1CA) is unknown color: approx Heather. HEX triplet: B1, C1 and CA. RGB value is (177,193,202). Sum of RGB (Red+Green+Blue) = 177+193+202=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1CA is #4E3E35. Grayscale: #BDBDBD. Windows color (decimal): -5127734 or 13287857. OLE color: 13287857.

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

Color convert

RGB177193202-
CMYK0.120.0400.21
HSL201.6º19.08%74.31%-
HSV(B)201.6º12.38%79.22%-
XYZ47.8651.7563.34-
YUV189.24135.2119.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=30.94%
G=33.74%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771932020.120.0400.21201.619.0874.31
HexB1C1CAC4015ca134a
Octal26130131214402531223112
Binary101100011100000111001010110010001010111001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1CA; }

 p { color: rgb(177,193,202); }

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

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

 a { background-color: rgb(177,193,202); }

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

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

 span { border-color: rgb(177,193,202); }

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