Html Css Color HEX #AABDB8 Opal

📋 copy color: '#AABDB8'

red 170 ◦ green 189 ◦ blue 184

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

Shades of Opal #AABDB8

Tints of Opal #AABDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.81%

 BLUE value IS 184 (72.27% from 255) = 33.89%

R = 31.31%
G = 34.81%
B = 33.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#AABDB8 (or 0xAABDB8) is known color: Opal. HEX triplet: AA, BD and B8. RGB value is (170,189,184). Sum of RGB (Red+Green+Blue) = 170+189+184=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB8 is #554247. Grayscale: #B6B6B6. Windows color (decimal): -5587528 or 12107178. OLE color: 12107178.

HSL color Cylindrical-coordinate representation of color #AABDB8: hue angle of 164.21º degrees, saturation: 0.13, 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 #AABDB8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 184 -
CMYK 0.10 0 0.03 0.26
HSL 164.21º 0.13% 0.7% -
HSV(B) 164.21º 0.1% 0.74% -
XYZ 43.43 48.4 52.4 -
YUV 182.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 170 189 184 0.10 0 0.03 0.26 164.21 0.13 0.7
Hex AA BD B8 A 0 3 1A A4 D 46
Octal 252 275 270 12 0 3 32 244 15 106
Binary 10101010 10111101 10111000 1010 0 11 11010 10100100 1101 1000110

Color Harmonies of #AABDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB8

Black with #AABDB8

Text Example


Text Example

White with #AABDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB8; }

 p { color: rgb(170,189,184); }

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

background-color css

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

 a { background-color: rgb(170,189,184); }

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

border-color css

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

 span { border-color: rgb(170,189,184); }

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