Html Css Color HEX #ABCFBD Nebula

📋 copy color: '#ABCFBD'

red 171 ◦ green 207 ◦ blue 189

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

Shades of Nebula #ABCFBD

Tints of Nebula #ABCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

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

R = 30.16%
G = 36.51%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#ABCFBD (or 0xABCFBD) is known color: Nebula. HEX triplet: AB, CF and BD. RGB value is (171,207,189). Sum of RGB (Red+Green+Blue) = 171+207+189=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFBD is #543042. Grayscale: #C2C2C2. Windows color (decimal): -5517379 or 12439467. OLE color: 12439467.

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

Color convert

RGB 171 207 189 -
CMYK 0.17 0 0.09 0.19
HSL 150º 0.27% 0.74% -
HSV(B) 150º 0.17% 0.81% -
XYZ 48.29 56.96 56.59 -
YUV 194.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 171 207 189 0.17 0 0.09 0.19 150 0.27 0.74
Hex AB CF BD 11 0 9 13 96 1B 4A
Octal 253 317 275 21 0 11 23 226 33 112
Binary 10101011 11001111 10111101 10001 0 1001 10011 10010110 11011 1001010

Color Harmonies of #ABCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFBD

Black with #ABCFBD

Text Example


Text Example

White with #ABCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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