Html Css Color HEX #A9BBB9 Opal

📋 copy color: '#A9BBB9'

red 169 ◦ green 187 ◦ blue 185

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

Shades of Opal #A9BBB9

Tints of Opal #A9BBB9

RGB

 RED value IS 169 (66.41% from 255) = 31.24%

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

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

R = 31.24%
G = 34.57%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A9BBB9 (or 0xA9BBB9) is known color: Opal. HEX triplet: A9, BB and B9. RGB value is (169,187,185). Sum of RGB (Red+Green+Blue) = 169+187+185=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBB9 is #564446. Grayscale: #B5B5B5. Windows color (decimal): -5653575 or 12172201. OLE color: 12172201.

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

Color convert

RGB 169 187 185 -
CMYK 0.10 0 0.01 0.27
HSL 173.33º 0.12% 0.7% -
HSV(B) 173.33º 0.1% 0.73% -
XYZ 42.89 47.48 52.8 -
YUV 181.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 169 187 185 0.10 0 0.01 0.27 173.33 0.12 0.7
Hex A9 BB B9 A 0 1 1B AD C 46
Octal 251 273 271 12 0 1 33 255 14 106
Binary 10101001 10111011 10111001 1010 0 1 11011 10101101 1100 1000110

Color Harmonies of #A9BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBB9

Black with #A9BBB9

Text Example


Text Example

White with #A9BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBB9; }

 p { color: rgb(169,187,185); }

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

background-color css

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

 a { background-color: rgb(169,187,185); }

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

border-color css

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

 span { border-color: rgb(169,187,185); }

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