#ABCBBB

Color #ABCBBB Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ABCBBB

Tints of Nebula #ABCBBB

Color information

#ABCBBB (or 0xABCBBB) is unknown color: approx Nebula. HEX triplet: AB, CB and BB. RGB value is (171,203,187). Sum of RGB (Red+Green+Blue) = 171+203+187=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBBB is #543444. Grayscale: #BFBFBF. Windows color (decimal): -5518405 or 12307371. OLE color: 12307371.

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

Color convert

RGB171203187-
CMYK0.1600.080.20
HSL150º23.53%73.33%-
HSV(B)150º15.76%79.61%-
XYZ47.1254.9655.14-
YUV191.61125.4113.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=30.48%
G=36.19%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031870.1600.080.2015023.5373.33
HexABCBBB100814961849
Octal253313273200102422630111
Binary10101011110010111011101110000010001010010010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBBB; }

 p { color: rgb(171,203,187); }

 H1.HeaderClassName
 {
   color: #ABCBBB;
 }
 .AnyTagClassName
 {
   color: #ABCBBB;
 }
</style>
background-color css

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

 a { background-color: rgb(171,203,187); }

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

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

 span { border-color: rgb(171,203,187); }

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