#A4BEBB

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

Shades of Opal #A4BEBB

Tints of Opal #A4BEBB

Color information

#A4BEBB (or 0xA4BEBB) is unknown color: approx Opal. HEX triplet: A4, BE and BB. RGB value is (164,190,187). Sum of RGB (Red+Green+Blue) = 164+190+187=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEBB is #5B4144. Grayscale: #B5B5B5. Windows color (decimal): -5980485 or 12304036. OLE color: 12304036.

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

Color convert

RGB164190187-
CMYK0.1400.020.25
HSL173.08º16.67%69.41%-
HSV(B)173.08º13.68%74.51%-
XYZ42.6948.3154.09-
YUV181.88130.89115.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=30.31%
G=35.12%
B=34.57%

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
Decimal1641901870.1400.020.25173.0816.6769.41
HexA4BEBBE0219ad1145
Octal24427627316023125521105
Binary10100100101111101011101111100101100110101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEBB; }

 p { color: rgb(164,190,187); }

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

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

 a { background-color: rgb(164,190,187); }

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

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

 span { border-color: rgb(164,190,187); }

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