#ACCBBB

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

Shades of Nebula #ACCBBB

Tints of Nebula #ACCBBB

Color information

#ACCBBB (or 0xACCBBB) is unknown color: approx Nebula. HEX triplet: AC, CB and BB. RGB value is (172,203,187). Sum of RGB (Red+Green+Blue) = 172+203+187=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBB is #533444. Grayscale: #BFBFBF. Windows color (decimal): -5452869 or 12307372. OLE color: 12307372.

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

Color convert

RGB172203187-
CMYK0.1500.080.20
HSL149.03º22.96%73.53%-
HSV(B)149.03º15.27%79.61%-
XYZ47.3455.0755.15-
YUV191.91125.23113.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=30.60%
G=36.12%
B=33.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031870.1500.080.20149.0322.9673.53
HexACCBBBF081495174a
Octal254313273170102422527112
Binary1010110011001011101110111111010001010010010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBBB; }

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

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

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

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

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

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

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

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