#A8BEBB

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

Shades of Opal #A8BEBB

Tints of Opal #A8BEBB

Color information

#A8BEBB (or 0xA8BEBB) is unknown color: approx Opal. HEX triplet: A8, BE and BB. RGB value is (168,190,187). Sum of RGB (Red+Green+Blue) = 168+190+187=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBB is #574144. Grayscale: #B7B7B7. Windows color (decimal): -5718341 or 12304040. OLE color: 12304040.

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

Color convert

RGB168190187-
CMYK0.1200.020.25
HSL171.82º14.47%70.2%-
HSV(B)171.82º11.58%74.51%-
XYZ43.5348.7454.13-
YUV183.08130.21117.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=30.83%
G=34.86%
B=34.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901870.1200.020.25171.8214.4770.2
HexA8BEBBC0219ace46
Octal25027627314023125416106
Binary1010100010111110101110111100010110011010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEBB; }

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

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

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

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

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

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

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

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