Html Css Color HEX #ABDAC2 Nebula

📋 copy color: '#ABDAC2'

red 171 ◦ green 218 ◦ blue 194

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

Shades of Nebula #ABDAC2

Tints of Nebula #ABDAC2

RGB

 RED value IS 171 (67.19% from 255) = 29.33%

 GREEN value IS 218 (85.55% from 255) = 37.39%

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

R = 29.33%
G = 37.39%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ABDAC2 (or 0xABDAC2) is known color: Nebula. HEX triplet: AB, DA and C2. RGB value is (171,218,194). Sum of RGB (Red+Green+Blue) = 171+218+194=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC2 is #54253D. Grayscale: #C9C9C9. Windows color (decimal): -5514558 or 12769963. OLE color: 12769963.

HSL color Cylindrical-coordinate representation of color #ABDAC2: hue angle of 149.36º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAC2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 194 -
CMYK 0.22 0 0.11 0.15
HSL 149.36º 0.39% 0.76% -
HSV(B) 149.36º 0.22% 0.85% -
XYZ 51.6 62.7 60.42 -
YUV 201.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 171 218 194 0.22 0 0.11 0.15 149.36 0.39 0.76
Hex AB DA C2 16 0 B F 95 27 4C
Octal 253 332 302 26 0 13 17 225 47 114
Binary 10101011 11011010 11000010 10110 0 1011 1111 10010101 100111 1001100

Color Harmonies of #ABDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAC2

Black with #ABDAC2

Text Example


Text Example

White with #ABDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAC2; }

 p { color: rgb(171,218,194); }

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

background-color css

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

 a { background-color: rgb(171,218,194); }

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

border-color css

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

 span { border-color: rgb(171,218,194); }

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