Html Css Color HEX #AABDBB Opal

📋 copy color: '#AABDBB'

red 170 ◦ green 189 ◦ blue 187

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

Shades of Opal #AABDBB

Tints of Opal #AABDBB

RGB

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

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

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

R = 31.14%
G = 34.62%
B = 34.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#AABDBB (or 0xAABDBB) is known color: Opal. HEX triplet: AA, BD and BB. RGB value is (170,189,187). Sum of RGB (Red+Green+Blue) = 170+189+187=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDBB is #554244. Grayscale: #B7B7B7. Windows color (decimal): -5587525 or 12303786. OLE color: 12303786.

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

Color convert

RGB 170 189 187 -
CMYK 0.10 0 0.01 0.26
HSL 173.68º 0.13% 0.7% -
HSV(B) 173.68º 0.1% 0.74% -
XYZ 43.74 48.53 54.08 -
YUV 183.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 170 189 187 0.10 0 0.01 0.26 173.68 0.13 0.7
Hex AA BD BB A 0 1 1A AE D 46
Octal 252 275 273 12 0 1 32 256 15 106
Binary 10101010 10111101 10111011 1010 0 1 11010 10101110 1101 1000110

Color Harmonies of #AABDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDBB

Black with #AABDBB

Text Example


Text Example

White with #AABDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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