#BFB2C5

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

Shades of Prelude #BFB2C5

Tints of Prelude #BFB2C5

Color information

#BFB2C5 (or 0xBFB2C5) is unknown color: approx Prelude. HEX triplet: BF, B2 and C5. RGB value is (191,178,197). Sum of RGB (Red+Green+Blue) = 191+178+197=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2C5 is #404D3A. Grayscale: #B7B7B7. Windows color (decimal): -4214075 or 12956351. OLE color: 12956351.

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

Color convert

RGB191178197-
CMYK0.030.1000.23
HSL281.05º14.07%73.53%-
HSV(B)281.05º9.64%77.25%-
XYZ47.4846.9559.38-
YUV184.05135.31132.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=33.75%
G=31.45%
B=34.81%

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
Decimal1911781970.030.1000.23281.0514.0773.53
HexBFB2C53A017119e4a
Octal27726230531202743116112
Binary10111111101100101100010111101001011110001100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2C5; }

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

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

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

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

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

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

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

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