#BFAACC

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

Shades of Prelude #BFAACC

Tints of Prelude #BFAACC

Color information

#BFAACC (or 0xBFAACC) is unknown color: approx Prelude. HEX triplet: BF, AA and CC. RGB value is (191,170,204). Sum of RGB (Red+Green+Blue) = 191+170+204=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAACC is #405533. Grayscale: #B4B4B4. Windows color (decimal): -4216116 or 13413055. OLE color: 13413055.

HSL color Cylindrical-coordinate representation of color #BFAACC: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAACC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191170204-
CMYK0.060.1700.2
HSL277.06º25%73.33%-
HSV(B)277.06º16.67%80%-
XYZ46.7644.1963.19-
YUV180.16141.46135.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=33.81%
G=30.09%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911702040.060.1700.2277.062573.33
HexBFAACC6110141151949
Octal27725231462102442531111
Binary10111111101010101100110011010001010100100010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAACC; }

 p { color: rgb(191,170,204); }

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

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

 a { background-color: rgb(191,170,204); }

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

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

 span { border-color: rgb(191,170,204); }

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