#B1CAC3

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

Shades of Opal #B1CAC3

Tints of Opal #B1CAC3

Color information

#B1CAC3 (or 0xB1CAC3) is unknown color: approx Opal. HEX triplet: B1, CA and C3. RGB value is (177,202,195). Sum of RGB (Red+Green+Blue) = 177+202+195=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC3 is #4E353C. Grayscale: #C1C1C1. Windows color (decimal): -5125437 or 12831409. OLE color: 12831409.

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

Color convert

RGB177202195-
CMYK0.1200.030.21
HSL163.2º19.08%74.31%-
HSV(B)163.2º12.38%79.22%-
XYZ49.155.5359.76-
YUV193.73128.72116.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=30.84%
G=35.19%
B=33.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021950.1200.030.21163.219.0874.31
HexB1CAC3C0315a3134a
Octal26131230314032524323112
Binary10110001110010101100001111000111010110100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAC3; }

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

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

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

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

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

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

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

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