Html Css Color HEX #ABD4BD Nebula

📋 copy color: '#ABD4BD'

red 171 ◦ green 212 ◦ blue 189

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

Shades of Nebula #ABD4BD

Tints of Nebula #ABD4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.06%

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 29.9%
G = 37.06%
B = 33.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#ABD4BD (or 0xABD4BD) is known color: Nebula. HEX triplet: AB, D4 and BD. RGB value is (171,212,189). Sum of RGB (Red+Green+Blue) = 171+212+189=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4BD is #542B42. Grayscale: #C5C5C5. Windows color (decimal): -5516099 or 12440747. OLE color: 12440747.

HSL color Cylindrical-coordinate representation of color #ABD4BD: hue angle of 146.34º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4BD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 189 -
CMYK 0.19 0 0.11 0.17
HSL 146.34º 0.32% 0.75% -
HSV(B) 146.34º 0.19% 0.83% -
XYZ 49.52 59.42 57 -
YUV 197.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 171 212 189 0.19 0 0.11 0.17 146.34 0.32 0.75
Hex AB D4 BD 13 0 B 11 92 20 4B
Octal 253 324 275 23 0 13 21 222 40 113
Binary 10101011 11010100 10111101 10011 0 1011 10001 10010010 100000 1001011

Color Harmonies of #ABD4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4BD

Black with #ABD4BD

Text Example


Text Example

White with #ABD4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4BD; }

 p { color: rgb(171,212,189); }

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

background-color css

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

 a { background-color: rgb(171,212,189); }

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

border-color css

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

 span { border-color: rgb(171,212,189); }

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