#BFB1C5

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

Shades of Prelude #BFB1C5

Tints of Prelude #BFB1C5

Color information

#BFB1C5 (or 0xBFB1C5) is unknown color: approx Prelude. HEX triplet: BF, B1 and C5. RGB value is (191,177,197). Sum of RGB (Red+Green+Blue) = 191+177+197=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C5 is #404E3A. Grayscale: #B7B7B7. Windows color (decimal): -4214331 or 12956095. OLE color: 12956095.

HSL color Cylindrical-coordinate representation of color #BFB1C5: hue angle of 282º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB1C5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191177197-
CMYK0.030.1000.23
HSL282º14.71%73.33%-
HSV(B)282º10.15%77.25%-
XYZ47.2946.5559.32-
YUV183.47135.64133.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=33.81%
G=31.33%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911771970.030.1000.2328214.7173.33
HexBFB1C53A01711af49
Octal27726130531202743217111
Binary10111111101100011100010111101001011110001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1C5; }

 p { color: rgb(191,177,197); }

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

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

 a { background-color: rgb(191,177,197); }

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

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

 span { border-color: rgb(191,177,197); }

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