#BFA8C9

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

Shades of Prelude #BFA8C9

Tints of Prelude #BFA8C9

Color information

#BFA8C9 (or 0xBFA8C9) is unknown color: approx Prelude. HEX triplet: BF, A8 and C9. RGB value is (191,168,201). Sum of RGB (Red+Green+Blue) = 191+168+201=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8C9 is #405736. Grayscale: #B2B2B2. Windows color (decimal): -4216631 or 13215935. OLE color: 13215935.

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

Color convert

RGB191168201-
CMYK0.050.1600.21
HSL281.82º23.4%72.35%-
HSV(B)281.82º16.42%78.82%-
XYZ46.0343.361.19-
YUV178.64140.62136.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=34.11%
G=30%
B=35.89%

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
Decimal1911682010.050.1600.21281.8223.472.35
HexBFA8C951001511a1748
Octal27725031152002543227110
Binary10111111101010001100100110110000010101100011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8C9; }

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

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

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

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

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

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

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

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