#ADBEBB

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

Shades of Opal #ADBEBB

Tints of Opal #ADBEBB

Color information

#ADBEBB (or 0xADBEBB) is unknown color: approx Opal. HEX triplet: AD, BE and BB. RGB value is (173,190,187). Sum of RGB (Red+Green+Blue) = 173+190+187=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEBB is #524144. Grayscale: #B8B8B8. Windows color (decimal): -5390661 or 12304045. OLE color: 12304045.

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

Color convert

RGB173190187-
CMYK0.0900.020.25
HSL169.41º11.56%71.18%-
HSV(B)169.41º8.95%74.51%-
XYZ44.6249.354.18-
YUV184.58129.37119.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 187 (73.44% from 255) = 34%
R=31.45%
G=34.55%
B=34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901870.0900.020.25169.4111.5671.18
HexADBEBB90219a9c47
Octal25527627311023125114107
Binary1010110110111110101110111001010110011010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEBB; }

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

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

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

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

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

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

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

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