#BFAFCA

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

Shades of Prelude #BFAFCA

Tints of Prelude #BFAFCA

Color information

#BFAFCA (or 0xBFAFCA) is unknown color: approx Prelude. HEX triplet: BF, AF and CA. RGB value is (191,175,202). Sum of RGB (Red+Green+Blue) = 191+175+202=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFCA is #405035. Grayscale: #B6B6B6. Windows color (decimal): -4214838 or 13283263. OLE color: 13283263.

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

Color convert

RGB191175202-
CMYK0.050.1300.21
HSL275.56º20.3%73.92%-
HSV(B)275.56º13.37%79.22%-
XYZ47.484662.25-
YUV182.86138.8133.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=33.63%
G=30.81%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911752020.050.1300.21275.5620.373.92
HexBFAFCA5D015114144a
Octal27725731251502542424112
Binary1011111110101111110010101011101010101100010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFCA; }

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

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

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

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

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

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

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

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