#ACCFBF

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

Shades of Nebula #ACCFBF

Tints of Nebula #ACCFBF

Color information

#ACCFBF (or 0xACCFBF) is unknown color: approx Nebula. HEX triplet: AC, CF and BF. RGB value is (172,207,191). Sum of RGB (Red+Green+Blue) = 172+207+191=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBF is #533040. Grayscale: #C2C2C2. Windows color (decimal): -5451841 or 12570540. OLE color: 12570540.

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

Color convert

RGB172207191-
CMYK0.1700.080.19
HSL152.57º26.72%74.31%-
HSV(B)152.57º16.91%81.18%-
XYZ48.7357.1657.75-
YUV194.71125.9111.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 191 (75% from 255) = 33.51%
R=30.18%
G=36.32%
B=33.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071910.1700.080.19152.5726.7274.31
HexACCFBF110813991b4a
Octal254317277210102323133112
Binary10101100110011111011111110001010001001110011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFBF; }

 p { color: rgb(172,207,191); }

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

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

 a { background-color: rgb(172,207,191); }

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

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

 span { border-color: rgb(172,207,191); }

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