Html Css Color HEX #ADD2BC Nebula

📋 copy color: '#ADD2BC'

red 173 ◦ green 210 ◦ blue 188

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

Shades of Nebula #ADD2BC

Tints of Nebula #ADD2BC

RGB

 RED value IS 173 (67.97% from 255) = 30.3%

 GREEN value IS 210 (82.42% from 255) = 36.78%

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 30.3%
G = 36.78%
B = 32.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ADD2BC (or 0xADD2BC) is known color: Nebula. HEX triplet: AD, D2 and BC. RGB value is (173,210,188). Sum of RGB (Red+Green+Blue) = 173+210+188=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2BC is #522D43. Grayscale: #C4C4C4. Windows color (decimal): -5385540 or 12374701. OLE color: 12374701.

HSL color Cylindrical-coordinate representation of color #ADD2BC: hue angle of 144.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2BC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 188 -
CMYK 0.18 0 0.10 0.18
HSL 144.32º 0.29% 0.75% -
HSV(B) 144.32º 0.18% 0.82% -
XYZ 49.36 58.61 56.29 -
YUV 196.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 173 210 188 0.18 0 0.10 0.18 144.32 0.29 0.75
Hex AD D2 BC 12 0 A 12 90 1D 4B
Octal 255 322 274 22 0 12 22 220 35 113
Binary 10101101 11010010 10111100 10010 0 1010 10010 10010000 11101 1001011

Color Harmonies of #ADD2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2BC

Black with #ADD2BC

Text Example


Text Example

White with #ADD2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2BC; }

 p { color: rgb(173,210,188); }

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

background-color css

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

 a { background-color: rgb(173,210,188); }

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

border-color css

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

 span { border-color: rgb(173,210,188); }

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