#ACCFBD

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

Shades of Nebula #ACCFBD

Tints of Nebula #ACCFBD

Color information

#ACCFBD (or 0xACCFBD) is unknown color: approx Nebula. HEX triplet: AC, CF and BD. RGB value is (172,207,189). Sum of RGB (Red+Green+Blue) = 172+207+189=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBD is #533042. Grayscale: #C2C2C2. Windows color (decimal): -5451843 or 12439468. OLE color: 12439468.

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

Color convert

RGB172207189-
CMYK0.1700.090.19
HSL149.14º26.72%74.31%-
HSV(B)149.14º16.91%81.18%-
XYZ48.5157.0756.6-
YUV194.48124.9111.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=30.28%
G=36.44%
B=33.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071890.1700.090.19149.1426.7274.31
HexACCFBD110913951b4a
Octal254317275210112322533112
Binary10101100110011111011110110001010011001110010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFBD; }

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

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

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

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

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

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

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

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