Html Css Color HEX #A9CDBC Nebula

📋 copy color: '#A9CDBC'

red 169 ◦ green 205 ◦ blue 188

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

Shades of Nebula #A9CDBC

Tints of Nebula #A9CDBC

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 value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#A9CDBC (or 0xA9CDBC) is known color: 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

RGB 169 205 188 -
CMYK 0.18 0 0.08 0.20
HSL 151.67º 0.26% 0.73% -
HSV(B) 151.67º 0.18% 0.8% -
XYZ 47.27 55.73 55.84 -
YUV 192.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 169 205 188 0.18 0 0.08 0.20 151.67 0.26 0.73
Hex A9 CD BC 12 0 8 14 98 1A 49
Octal 251 315 274 22 0 10 24 230 32 111
Binary 10101001 11001101 10111100 10010 0 1000 10100 10011000 11010 1001001

Color Harmonies of #A9CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDBC

Black with #A9CDBC

Text Example


Text Example

White with #A9CDBC

Text Example


Text Example

HTML Codes & Css Web 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>