#BFA7C9

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

Shades of Prelude #BFA7C9

Tints of Prelude #BFA7C9

Color information

#BFA7C9 (or 0xBFA7C9) is unknown color: approx Prelude. HEX triplet: BF, A7 and C9. RGB value is (191,167,201). Sum of RGB (Red+Green+Blue) = 191+167+201=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7C9 is #405836. Grayscale: #B1B1B1. Windows color (decimal): -4216887 or 13215679. OLE color: 13215679.

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

Color convert

RGB191167201-
CMYK0.050.1700.21
HSL282.35º23.94%72.16%-
HSV(B)282.35º16.92%78.82%-
XYZ45.8542.9361.13-
YUV178.05140.95137.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=34.17%
G=29.87%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911672010.050.1700.21282.3523.9472.16
HexBFA7C951101511a1848
Octal27724731152102543230110
Binary10111111101001111100100110110001010101100011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7C9; }

 p { color: rgb(191,167,201); }

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

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

 a { background-color: rgb(191,167,201); }

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

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

 span { border-color: rgb(191,167,201); }

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