#B1BFCA

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

Shades of Heather #B1BFCA

Tints of Heather #B1BFCA

Color information

#B1BFCA (or 0xB1BFCA) is unknown color: approx Heather. HEX triplet: B1, BF and CA. RGB value is (177,191,202). Sum of RGB (Red+Green+Blue) = 177+191+202=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCA is #4E4035. Grayscale: #BCBCBC. Windows color (decimal): -5128246 or 13287345. OLE color: 13287345.

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

Color convert

RGB177191202-
CMYK0.120.0500.21
HSL206.4º19.08%74.31%-
HSV(B)206.4º12.38%79.22%-
XYZ47.4250.8763.2-
YUV188.07135.86120.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=31.05%
G=33.51%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771912020.120.0500.21206.419.0874.31
HexB1BFCAC5015ce134a
Octal26127731214502531623112
Binary101100011011111111001010110010101010111001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFCA; }

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

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

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

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

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

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

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

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