#A1BEBC

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

Shades of Opal #A1BEBC

Tints of Opal #A1BEBC

Color information

#A1BEBC (or 0xA1BEBC) is unknown color: approx Opal. HEX triplet: A1, BE and BC. RGB value is (161,190,188). Sum of RGB (Red+Green+Blue) = 161+190+188=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEBC is #5E4143. Grayscale: #B5B5B5. Windows color (decimal): -6177092 or 12369569. OLE color: 12369569.

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

Color convert

RGB161190188-
CMYK0.1500.010.25
HSL175.86º18.24%68.82%-
HSV(B)175.86º15.26%74.51%-
XYZ42.1948.0354.63-
YUV181.1131.89113.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=29.87%
G=35.25%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901880.1500.010.25175.8618.2468.82
HexA1BEBCF0119b01245
Octal24127627417013126022105
Binary1010000110111110101111001111011100110110000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEBC; }

 p { color: rgb(161,190,188); }

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

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

 a { background-color: rgb(161,190,188); }

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

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

 span { border-color: rgb(161,190,188); }

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