Html Css Color HEX #ABDAC0 Nebula

📋 copy color: '#ABDAC0'

red 171 ◦ green 218 ◦ blue 192

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

Shades of Nebula #ABDAC0

Tints of Nebula #ABDAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.05%

R = 29.43%
G = 37.52%
B = 33.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ABDAC0 (or 0xABDAC0) is known color: Nebula. HEX triplet: AB, DA and C0. RGB value is (171,218,192). Sum of RGB (Red+Green+Blue) = 171+218+192=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC0 is #54253F. Grayscale: #C9C9C9. Windows color (decimal): -5514560 or 12638891. OLE color: 12638891.

HSL color Cylindrical-coordinate representation of color #ABDAC0: hue angle of 146.81º 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 #ABDAC0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 192 -
CMYK 0.22 0 0.12 0.15
HSL 146.81º 0.39% 0.76% -
HSV(B) 146.81º 0.22% 0.85% -
XYZ 51.38 62.61 59.25 -
YUV 200.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 171 218 192 0.22 0 0.12 0.15 146.81 0.39 0.76
Hex AB DA C0 16 0 C F 93 27 4C
Octal 253 332 300 26 0 14 17 223 47 114
Binary 10101011 11011010 11000000 10110 0 1100 1111 10010011 100111 1001100

Color Harmonies of #ABDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAC0

Black with #ABDAC0

Text Example


Text Example

White with #ABDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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