#A1BDBB

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

Shades of Opal #A1BDBB

Tints of Opal #A1BDBB

Color information

#A1BDBB (or 0xA1BDBB) is unknown color: approx Opal. HEX triplet: A1, BD and BB. RGB value is (161,189,187). Sum of RGB (Red+Green+Blue) = 161+189+187=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBB is #5E4244. Grayscale: #B4B4B4. Windows color (decimal): -6177349 or 12303777. OLE color: 12303777.

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

Color convert

RGB161189187-
CMYK0.1500.010.26
HSL175.71º17.5%68.63%-
HSV(B)175.71º14.81%74.12%-
XYZ41.8747.5653.99-
YUV180.4131.72114.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=29.98%
G=35.20%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891870.1500.010.26175.7117.568.63
HexA1BDBBF011Ab01245
Octal24127527317013226022105
Binary1010000110111101101110111111011101010110000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDBB; }

 p { color: rgb(161,189,187); }

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

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

 a { background-color: rgb(161,189,187); }

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

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

 span { border-color: rgb(161,189,187); }

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