#B1CAC5

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

Shades of Opal #B1CAC5

Tints of Opal #B1CAC5

Color information

#B1CAC5 (or 0xB1CAC5) is unknown color: approx Opal. HEX triplet: B1, CA and C5. RGB value is (177,202,197). Sum of RGB (Red+Green+Blue) = 177+202+197=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC5 is #4E353A. Grayscale: #C1C1C1. Windows color (decimal): -5125435 or 12962481. OLE color: 12962481.

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

Color convert

RGB177202197-
CMYK0.1200.020.21
HSL168º19.08%74.31%-
HSV(B)168º12.38%79.22%-
XYZ49.3355.6260.96-
YUV193.96129.72115.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=30.73%
G=35.07%
B=34.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021970.1200.020.2116819.0874.31
HexB1CAC5C0215a8134a
Octal26131230514022525023112
Binary10110001110010101100010111000101010110101000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAC5; }

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

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

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

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

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

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

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

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