#BFA9C9

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

Shades of Prelude #BFA9C9

Tints of Prelude #BFA9C9

Color information

#BFA9C9 (or 0xBFA9C9) is unknown color: approx Prelude. HEX triplet: BF, A9 and C9. RGB value is (191,169,201). Sum of RGB (Red+Green+Blue) = 191+169+201=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C9 is #405636. Grayscale: #B3B3B3. Windows color (decimal): -4216375 or 13216191. OLE color: 13216191.

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

Color convert

RGB191169201-
CMYK0.050.1600.21
HSL281.25º22.86%72.55%-
HSV(B)281.25º15.92%78.82%-
XYZ46.2243.6761.25-
YUV179.23140.29136.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=34.05%
G=30.12%
B=35.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911692010.050.1600.21281.2522.8672.55
HexBFA9C95100151191749
Octal27725131152002543127111
Binary10111111101010011100100110110000010101100011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9C9; }

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

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

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

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

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

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

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

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