Html Css Color HEX #ADDBC2 Nebula

📋 copy color: '#ADDBC2'

red 173 ◦ green 219 ◦ blue 194

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

Shades of Nebula #ADDBC2

Tints of Nebula #ADDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 29.52%
G = 37.37%
B = 33.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ADDBC2 (or 0xADDBC2) is known color: Nebula. HEX triplet: AD, DB and C2. RGB value is (173,219,194). Sum of RGB (Red+Green+Blue) = 173+219+194=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC2 is #52243D. Grayscale: #CACACA. Windows color (decimal): -5383230 or 12770221. OLE color: 12770221.

HSL color Cylindrical-coordinate representation of color #ADDBC2: hue angle of 147.39º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBC2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 194 -
CMYK 0.21 0 0.11 0.14
HSL 147.39º 0.39% 0.77% -
HSV(B) 147.39º 0.21% 0.86% -
XYZ 52.3 63.44 60.53 -
YUV 202.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 173 219 194 0.21 0 0.11 0.14 147.39 0.39 0.77
Hex AD DB C2 15 0 B E 93 27 4D
Octal 255 333 302 25 0 13 16 223 47 115
Binary 10101101 11011011 11000010 10101 0 1011 1110 10010011 100111 1001101

Color Harmonies of #ADDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBC2

Black with #ADDBC2

Text Example


Text Example

White with #ADDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBC2; }

 p { color: rgb(173,219,194); }

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

background-color css

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

 a { background-color: rgb(173,219,194); }

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

border-color css

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

 span { border-color: rgb(173,219,194); }

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