Html Css Color HEX #ABDBC2 Nebula

📋 copy color: '#ABDBC2'

red 171 ◦ green 219 ◦ blue 194

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

Shades of Nebula #ABDBC2

Tints of Nebula #ABDBC2

RGB

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

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

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

R = 29.28%
G = 37.5%
B = 33.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ABDBC2 (or 0xABDBC2) is known color: Nebula. HEX triplet: AB, DB and C2. RGB value is (171,219,194). Sum of RGB (Red+Green+Blue) = 171+219+194=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBC2 is #54243D. Grayscale: #C9C9C9. Windows color (decimal): -5514302 or 12770219. OLE color: 12770219.

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

Color convert

RGB 171 219 194 -
CMYK 0.22 0 0.11 0.14
HSL 148.75º 0.4% 0.76% -
HSV(B) 148.75º 0.22% 0.86% -
XYZ 51.86 63.22 60.51 -
YUV 201.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 171 219 194 0.22 0 0.11 0.14 148.75 0.4 0.76
Hex AB DB C2 16 0 B E 95 28 4C
Octal 253 333 302 26 0 13 16 225 50 114
Binary 10101011 11011011 11000010 10110 0 1011 1110 10010101 101000 1001100

Color Harmonies of #ABDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBC2

Black with #ABDBC2

Text Example


Text Example

White with #ABDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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