Html Css Color HEX #A9C9BB Opal

📋 copy color: '#A9C9BB'

red 169 ◦ green 201 ◦ blue 187

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

Shades of Opal #A9C9BB

Tints of Opal #A9C9BB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

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

R = 30.34%
G = 36.09%
B = 33.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#A9C9BB (or 0xA9C9BB) is known color: Opal. HEX triplet: A9, C9 and BB. RGB value is (169,201,187). Sum of RGB (Red+Green+Blue) = 169+201+187=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9BB is #563644. Grayscale: #BDBDBD. Windows color (decimal): -5649989 or 12306857. OLE color: 12306857.

HSL color Cylindrical-coordinate representation of color #A9C9BB: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9BB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 201 187 -
CMYK 0.16 0 0.07 0.21
HSL 153.75º 0.23% 0.73% -
HSV(B) 153.75º 0.16% 0.79% -
XYZ 46.22 53.8 54.96 -
YUV 189.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 169 201 187 0.16 0 0.07 0.21 153.75 0.23 0.73
Hex A9 C9 BB 10 0 7 15 9A 17 49
Octal 251 311 273 20 0 7 25 232 27 111
Binary 10101001 11001001 10111011 10000 0 111 10101 10011010 10111 1001001

Color Harmonies of #A9C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9BB

Black with #A9C9BB

Text Example


Text Example

White with #A9C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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