#ABCCBB

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

Shades of Nebula #ABCCBB

Tints of Nebula #ABCCBB

Color information

#ABCCBB (or 0xABCCBB) is unknown color: approx Nebula. HEX triplet: AB, CC and BB. RGB value is (171,204,187). Sum of RGB (Red+Green+Blue) = 171+204+187=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCBB is #543344. Grayscale: #C0C0C0. Windows color (decimal): -5518149 or 12307627. OLE color: 12307627.

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

Color convert

RGB171204187-
CMYK0.1600.080.2
HSL149.09º24.44%73.53%-
HSV(B)149.09º16.18%80%-
XYZ47.3655.4355.22-
YUV192.2125.07112.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=30.43%
G=36.30%
B=33.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041870.1600.080.2149.0924.4473.53
HexABCCBB10081495184a
Octal253314273200102422530112
Binary10101011110011001011101110000010001010010010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCBB; }

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

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

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

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

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

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

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

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