Html Css Color HEX #ADD0BC Nebula

📋 copy color: '#ADD0BC'

red 173 ◦ green 208 ◦ blue 188

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

Shades of Nebula #ADD0BC

Tints of Nebula #ADD0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.56%

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

R = 30.4%
G = 36.56%
B = 33.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ADD0BC (or 0xADD0BC) is known color: Nebula. HEX triplet: AD, D0 and BC. RGB value is (173,208,188). Sum of RGB (Red+Green+Blue) = 173+208+188=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0BC is #522F43. Grayscale: #C3C3C3. Windows color (decimal): -5386052 or 12374189. OLE color: 12374189.

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

Color convert

RGB 173 208 188 -
CMYK 0.17 0 0.10 0.18
HSL 145.71º 0.27% 0.75% -
HSV(B) 145.71º 0.17% 0.82% -
XYZ 48.87 57.63 56.12 -
YUV 195.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 173 208 188 0.17 0 0.10 0.18 145.71 0.27 0.75
Hex AD D0 BC 11 0 A 12 92 1B 4B
Octal 255 320 274 21 0 12 22 222 33 113
Binary 10101101 11010000 10111100 10001 0 1010 10010 10010010 11011 1001011

Color Harmonies of #ADD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0BC

Black with #ADD0BC

Text Example


Text Example

White with #ADD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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