Html Css Color HEX #ADD6BC Nebula

📋 copy color: '#ADD6BC'

red 173 ◦ green 214 ◦ blue 188

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

Shades of Nebula #ADD6BC

Tints of Nebula #ADD6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

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

R = 30.09%
G = 37.22%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ADD6BC (or 0xADD6BC) is known color: Nebula. HEX triplet: AD, D6 and BC. RGB value is (173,214,188). Sum of RGB (Red+Green+Blue) = 173+214+188=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BC is #522943. Grayscale: #C6C6C6. Windows color (decimal): -5384516 or 12375725. OLE color: 12375725.

HSL color Cylindrical-coordinate representation of color #ADD6BC: hue angle of 141.95º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6BC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 188 -
CMYK 0.19 0 0.12 0.16
HSL 141.95º 0.33% 0.76% -
HSV(B) 141.95º 0.19% 0.84% -
XYZ 50.36 60.61 56.62 -
YUV 198.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 173 214 188 0.19 0 0.12 0.16 141.95 0.33 0.76
Hex AD D6 BC 13 0 C 10 8E 21 4C
Octal 255 326 274 23 0 14 20 216 41 114
Binary 10101101 11010110 10111100 10011 0 1100 10000 10001110 100001 1001100

Color Harmonies of #ADD6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6BC

Black with #ADD6BC

Text Example


Text Example

White with #ADD6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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