Html Css Color HEX #ABCDBA Nebula

📋 copy color: '#ABCDBA'

red 171 ◦ green 205 ◦ blue 186

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

Shades of Nebula #ABCDBA

Tints of Nebula #ABCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.48%

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 30.43%
G = 36.48%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#ABCDBA (or 0xABCDBA) is known color: Nebula. HEX triplet: AB, CD and BA. RGB value is (171,205,186). Sum of RGB (Red+Green+Blue) = 171+205+186=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDBA is #543245. Grayscale: #C0C0C0. Windows color (decimal): -5517894 or 12242347. OLE color: 12242347.

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

Color convert

RGB 171 205 186 -
CMYK 0.17 0 0.09 0.20
HSL 146.47º 0.25% 0.74% -
HSV(B) 146.47º 0.17% 0.8% -
XYZ 47.49 55.87 54.73 -
YUV 192.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 171 205 186 0.17 0 0.09 0.20 146.47 0.25 0.74
Hex AB CD BA 11 0 9 14 92 19 4A
Octal 253 315 272 21 0 11 24 222 31 112
Binary 10101011 11001101 10111010 10001 0 1001 10100 10010010 11001 1001010

Color Harmonies of #ABCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDBA

Black with #ABCDBA

Text Example


Text Example

White with #ABCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDBA; }

 p { color: rgb(171,205,186); }

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

background-color css

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

 a { background-color: rgb(171,205,186); }

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

border-color css

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

 span { border-color: rgb(171,205,186); }

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