#BFB0C7

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

Shades of Prelude #BFB0C7

Tints of Prelude #BFB0C7

Color information

#BFB0C7 (or 0xBFB0C7) is unknown color: approx Prelude. HEX triplet: BF, B0 and C7. RGB value is (191,176,199). Sum of RGB (Red+Green+Blue) = 191+176+199=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C7 is #404F38. Grayscale: #B7B7B7. Windows color (decimal): -4214585 or 13086911. OLE color: 13086911.

HSL color Cylindrical-coordinate representation of color #BFB0C7: hue angle of 279.13º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB0C7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191176199-
CMYK0.040.1200.22
HSL279.13º17.04%73.53%-
HSV(B)279.13º11.56%78.04%-
XYZ47.3246.2560.47-
YUV183.11136.97133.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=33.75%
G=31.10%
B=35.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911761990.040.1200.22279.1317.0473.53
HexBFB0C74C016117114a
Octal27726030741402642721112
Binary1011111110110000110001111001100010110100010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0C7; }

 p { color: rgb(191,176,199); }

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

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

 a { background-color: rgb(191,176,199); }

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

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

 span { border-color: rgb(191,176,199); }

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