#BFB0C8

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

Shades of Prelude #BFB0C8

Tints of Prelude #BFB0C8

Color information

#BFB0C8 (or 0xBFB0C8) is unknown color: approx Prelude. HEX triplet: BF, B0 and C8. RGB value is (191,176,200). Sum of RGB (Red+Green+Blue) = 191+176+200=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C8 is #404F37. Grayscale: #B7B7B7. Windows color (decimal): -4214584 or 13152447. OLE color: 13152447.

HSL color Cylindrical-coordinate representation of color #BFB0C8: hue angle of 277.5º degrees, saturation: 0.18, 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 #BFB0C8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191176200-
CMYK0.040.1200.22
HSL277.5º17.91%73.73%-
HSV(B)277.5º12%78.43%-
XYZ47.4446.361.08-
YUV183.22137.47133.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=33.69%
G=31.04%
B=35.27%

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
Decimal1911762000.040.1200.22277.517.9173.73
HexBFB0C84C016116124a
Octal27726031041402642622112
Binary1011111110110000110010001001100010110100010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0C8; }

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

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

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

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

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

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

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

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