#BFA8CB

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

Shades of Prelude #BFA8CB

Tints of Prelude #BFA8CB

Color information

#BFA8CB (or 0xBFA8CB) is unknown color: approx Prelude. HEX triplet: BF, A8 and CB. RGB value is (191,168,203). Sum of RGB (Red+Green+Blue) = 191+168+203=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8CB is #405734. Grayscale: #B2B2B2. Windows color (decimal): -4216629 or 13347007. OLE color: 13347007.

HSL color Cylindrical-coordinate representation of color #BFA8CB: hue angle of 279.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA8CB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191168203-
CMYK0.060.1700.20
HSL279.43º25.18%72.75%-
HSV(B)279.43º17.24%79.61%-
XYZ46.2743.3962.44-
YUV178.87141.62136.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=33.99%
G=29.89%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911682030.060.1700.20279.4325.1872.75
HexBFA8CB6110141171949
Octal27725031362102442731111
Binary10111111101010001100101111010001010100100010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8CB; }

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

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

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

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

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

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

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

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