#BFACCA

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

Shades of Prelude #BFACCA

Tints of Prelude #BFACCA

Color information

#BFACCA (or 0xBFACCA) is unknown color: approx Prelude. HEX triplet: BF, AC and CA. RGB value is (191,172,202). Sum of RGB (Red+Green+Blue) = 191+172+202=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCA is #405335. Grayscale: #B4B4B4. Windows color (decimal): -4215606 or 13282495. OLE color: 13282495.

HSL color Cylindrical-coordinate representation of color #BFACCA: hue angle of 278º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFACCA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191172202-
CMYK0.050.1500.21
HSL278º22.06%73.33%-
HSV(B)278º14.85%79.22%-
XYZ46.944.8562.06-
YUV181.1139.79135.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=33.81%
G=30.44%
B=35.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911722020.050.1500.2127822.0673.33
HexBFACCA5F0151161649
Octal27725431251702542626111
Binary1011111110101100110010101011111010101100010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACCA; }

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

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

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

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

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

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

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

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