Html Css Color HEX #AABBB7 Opal

📋 copy color: '#AABBB7'

red 170 ◦ green 187 ◦ blue 183

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

Shades of Opal #AABBB7

Tints of Opal #AABBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 183 (71.88% from 255) = 33.89%

R = 31.48%
G = 34.63%
B = 33.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#AABBB7 (or 0xAABBB7) is known color: Opal. HEX triplet: AA, BB and B7. RGB value is (170,187,183). Sum of RGB (Red+Green+Blue) = 170+187+183=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB7 is #554448. Grayscale: #B5B5B5. Windows color (decimal): -5588041 or 12041130. OLE color: 12041130.

HSL color Cylindrical-coordinate representation of color #AABBB7: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBB7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 183 -
CMYK 0.09 0 0.02 0.27
HSL 165.88º 0.11% 0.7% -
HSV(B) 165.88º 0.09% 0.73% -
XYZ 42.9 47.51 51.71 -
YUV 181.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 170 187 183 0.09 0 0.02 0.27 165.88 0.11 0.7
Hex AA BB B7 9 0 2 1B A6 B 46
Octal 252 273 267 11 0 2 33 246 13 106
Binary 10101010 10111011 10110111 1001 0 10 11011 10100110 1011 1000110

Color Harmonies of #AABBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBB7

Black with #AABBB7

Text Example


Text Example

White with #AABBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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