Html Css Color HEX #AABCB9 Opal

📋 copy color: '#AABCB9'

red 170 ◦ green 188 ◦ blue 185

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

Shades of Opal #AABCB9

Tints of Opal #AABCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 31.31%
G = 34.62%
B = 34.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#AABCB9 (or 0xAABCB9) is known color: Opal. HEX triplet: AA, BC and B9. RGB value is (170,188,185). Sum of RGB (Red+Green+Blue) = 170+188+185=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB9 is #554346. Grayscale: #B6B6B6. Windows color (decimal): -5587783 or 12172458. OLE color: 12172458.

HSL color Cylindrical-coordinate representation of color #AABCB9: hue angle of 170º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCB9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 185 -
CMYK 0.10 0 0.02 0.26
HSL 170º 0.12% 0.7% -
HSV(B) 170º 0.1% 0.74% -
XYZ 43.32 48.02 52.88 -
YUV 182.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 170 188 185 0.10 0 0.02 0.26 170 0.12 0.7
Hex AA BC B9 A 0 2 1A AA C 46
Octal 252 274 271 12 0 2 32 252 14 106
Binary 10101010 10111100 10111001 1010 0 10 11010 10101010 1100 1000110

Color Harmonies of #AABCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCB9

Black with #AABCB9

Text Example


Text Example

White with #AABCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCB9; }

 p { color: rgb(170,188,185); }

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

background-color css

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

 a { background-color: rgb(170,188,185); }

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

border-color css

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

 span { border-color: rgb(170,188,185); }

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