Html Css Color HEX #AABEBB Opal

📋 copy color: '#AABEBB'

red 170 ◦ green 190 ◦ blue 187

#AABEBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #AABEBB

Tints of Opal #AABEBB

RGB

 RED value IS 170 (66.8% from 255) = 31.08%

 GREEN value IS 190 (74.61% from 255) = 34.73%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 31.08%
G = 34.73%
B = 34.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#AABEBB (or 0xAABEBB) is known color: Opal. HEX triplet: AA, BE and BB. RGB value is (170,190,187). Sum of RGB (Red+Green+Blue) = 170+190+187=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBB is #554144. Grayscale: #B7B7B7. Windows color (decimal): -5587269 or 12304042. OLE color: 12304042.

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

Color convert

RGB 170 190 187 -
CMYK 0.11 0 0.02 0.25
HSL 171º 0.13% 0.71% -
HSV(B) 171º 0.11% 0.75% -
XYZ 43.96 48.96 54.15 -
YUV 183.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 170 190 187 0.11 0 0.02 0.25 171 0.13 0.71
Hex AA BE BB B 0 2 19 AB D 47
Octal 252 276 273 13 0 2 31 253 15 107
Binary 10101010 10111110 10111011 1011 0 10 11001 10101011 1101 1000111

Color Harmonies of #AABEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEBB

Black with #AABEBB

Text Example


Text Example

White with #AABEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEBB; }

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

 H1.HeaderClassName
 {
   color: #AABEBB;
 }
 .AnyTagClassName
 {
   color: #AABEBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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