#A9CDBC

Color #A9CDBC Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #A9CDBC

Tints of Nebula #A9CDBC

Color information

#A9CDBC (or 0xA9CDBC) is unknown color: approx Nebula. HEX triplet: A9, CD and BC. RGB value is (169,205,188). Sum of RGB (Red+Green+Blue) = 169+205+188=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBC is #563243. Grayscale: #C0C0C0. Windows color (decimal): -5648964 or 12373417. OLE color: 12373417.

HSL color Cylindrical-coordinate representation of color #A9CDBC: hue angle of 151.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDBC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB169205188-
CMYK0.1800.080.20
HSL151.67º26.47%73.33%-
HSV(B)151.67º17.56%80.39%-
XYZ47.2755.7355.84-
YUV192.3125.57111.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=30.07%
G=36.48%
B=33.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051880.1800.080.20151.6726.4773.33
HexA9CDBC120814981a49
Octal251315274220102423032111
Binary10101001110011011011110010010010001010010011000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDBC; }

 p { color: rgb(169,205,188); }

 H1.HeaderClassName
 {
   color: #A9CDBC;
 }
 .AnyTagClassName
 {
   color: #A9CDBC;
 }
</style>
background-color css

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

 a { background-color: rgb(169,205,188); }

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

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

 span { border-color: rgb(169,205,188); }

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