Html Css Color HEX #ABCCB9 Nebula

📋 copy color: '#ABCCB9'

red 171 ◦ green 204 ◦ blue 185

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

Shades of Nebula #ABCCB9

Tints of Nebula #ABCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 30.54%
G = 36.43%
B = 33.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#ABCCB9 (or 0xABCCB9) is known color: Nebula. HEX triplet: AB, CC and B9. RGB value is (171,204,185). Sum of RGB (Red+Green+Blue) = 171+204+185=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCB9 is #543346. Grayscale: #C0C0C0. Windows color (decimal): -5518151 or 12176555. OLE color: 12176555.

HSL color Cylindrical-coordinate representation of color #ABCCB9: hue angle of 145.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCB9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 185 -
CMYK 0.16 0 0.09 0.2
HSL 145.45º 0.24% 0.74% -
HSV(B) 145.45º 0.16% 0.8% -
XYZ 47.14 55.35 54.1 -
YUV 191.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 171 204 185 0.16 0 0.09 0.2 145.45 0.24 0.74
Hex AB CC B9 10 0 9 14 91 18 4A
Octal 253 314 271 20 0 11 24 221 30 112
Binary 10101011 11001100 10111001 10000 0 1001 10100 10010001 11000 1001010

Color Harmonies of #ABCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCB9

Black with #ABCCB9

Text Example


Text Example

White with #ABCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCB9; }

 p { color: rgb(171,204,185); }

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

background-color css

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

 a { background-color: rgb(171,204,185); }

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

border-color css

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

 span { border-color: rgb(171,204,185); }

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