#A4BFBC

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

Shades of Opal #A4BFBC

Tints of Opal #A4BFBC

Color information

#A4BFBC (or 0xA4BFBC) is unknown color: approx Opal. HEX triplet: A4, BF and BC. RGB value is (164,191,188). Sum of RGB (Red+Green+Blue) = 164+191+188=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFBC is #5B4043. Grayscale: #B6B6B6. Windows color (decimal): -5980228 or 12369828. OLE color: 12369828.

HSL color Cylindrical-coordinate representation of color #A4BFBC: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BFBC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB164191188-
CMYK0.1400.020.25
HSL173.33º17.42%69.61%-
HSV(B)173.33º14.14%74.9%-
XYZ43.0248.7854.73-
YUV182.58131.05114.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=30.20%
G=35.17%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911880.1400.020.25173.3317.4269.61
HexA4BFBCE0219ad1146
Octal24427727416023125521106
Binary10100100101111111011110011100101100110101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFBC; }

 p { color: rgb(164,191,188); }

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

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

 a { background-color: rgb(164,191,188); }

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

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

 span { border-color: rgb(164,191,188); }

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