Html Css Color HEX #ABCDBD Nebula

📋 copy color: '#ABCDBD'

red 171 ◦ green 205 ◦ blue 189

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

Shades of Nebula #ABCDBD

Tints of Nebula #ABCDBD

RGB

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

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

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

R = 30.27%
G = 36.28%
B = 33.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#ABCDBD (or 0xABCDBD) is known color: Nebula. HEX triplet: AB, CD and BD. RGB value is (171,205,189). Sum of RGB (Red+Green+Blue) = 171+205+189=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDBD is #543242. Grayscale: #C1C1C1. Windows color (decimal): -5517891 or 12438955. OLE color: 12438955.

HSL color Cylindrical-coordinate representation of color #ABCDBD: hue angle of 151.76º 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 #ABCDBD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 189 -
CMYK 0.17 0 0.08 0.20
HSL 151.76º 0.25% 0.74% -
HSV(B) 151.76º 0.17% 0.8% -
XYZ 47.81 55.99 56.43 -
YUV 193.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 171 205 189 0.17 0 0.08 0.20 151.76 0.25 0.74
Hex AB CD BD 11 0 8 14 98 19 4A
Octal 253 315 275 21 0 10 24 230 31 112
Binary 10101011 11001101 10111101 10001 0 1000 10100 10011000 11001 1001010

Color Harmonies of #ABCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDBD

Black with #ABCDBD

Text Example


Text Example

White with #ABCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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