#BFAECA

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

Shades of Prelude #BFAECA

Tints of Prelude #BFAECA

Color information

#BFAECA (or 0xBFAECA) is unknown color: approx Prelude. HEX triplet: BF, AE and CA. RGB value is (191,174,202). Sum of RGB (Red+Green+Blue) = 191+174+202=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAECA is #405135. Grayscale: #B6B6B6. Windows color (decimal): -4215094 or 13283007. OLE color: 13283007.

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

Color convert

RGB191174202-
CMYK0.050.1400.21
HSL276.43º20.9%73.73%-
HSV(B)276.43º13.86%79.22%-
XYZ47.2845.6162.19-
YUV182.27139.13134.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=33.69%
G=30.69%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911742020.050.1400.21276.4320.973.73
HexBFAECA5E015114154a
Octal27725631251602542425112
Binary1011111110101110110010101011110010101100010100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAECA; }

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

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

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

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

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

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

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

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