Html Css Color HEX #A9CAB9 Nebula

📋 copy color: '#A9CAB9'

red 169 ◦ green 202 ◦ blue 185

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

Shades of Nebula #A9CAB9

Tints of Nebula #A9CAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.33%

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

R = 30.4%
G = 36.33%
B = 33.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#A9CAB9 (or 0xA9CAB9) is known color: Nebula. HEX triplet: A9, CA and B9. RGB value is (169,202,185). Sum of RGB (Red+Green+Blue) = 169+202+185=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAB9 is #563546. Grayscale: #BEBEBE. Windows color (decimal): -5649735 or 12176041. OLE color: 12176041.

HSL color Cylindrical-coordinate representation of color #A9CAB9: hue angle of 149.09º degrees, saturation: 0.24, 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 #A9CAB9 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 185 -
CMYK 0.16 0 0.08 0.21
HSL 149.09º 0.24% 0.73% -
HSV(B) 149.09º 0.16% 0.79% -
XYZ 46.24 54.18 53.92 -
YUV 190.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 169 202 185 0.16 0 0.08 0.21 149.09 0.24 0.73
Hex A9 CA B9 10 0 8 15 95 18 49
Octal 251 312 271 20 0 10 25 225 30 111
Binary 10101001 11001010 10111001 10000 0 1000 10101 10010101 11000 1001001

Color Harmonies of #A9CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAB9

Black with #A9CAB9

Text Example


Text Example

White with #A9CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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