#BFB5D7

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

Shades of Moon Raker #BFB5D7

Tints of Moon Raker #BFB5D7

Color information

#BFB5D7 (or 0xBFB5D7) is unknown color: approx Moon Raker. HEX triplet: BF, B5 and D7. RGB value is (191,181,215). Sum of RGB (Red+Green+Blue) = 191+181+215=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5D7 is #404A28. Grayscale: #BBBBBB. Windows color (decimal): -4213289 or 14136767. OLE color: 14136767.

HSL color Cylindrical-coordinate representation of color #BFB5D7: hue angle of 257.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB5D7 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191181215-
CMYK0.110.1600.16
HSL257.65º29.82%77.65%-
HSV(B)257.65º15.81%84.31%-
XYZ50.2849.0371.1-
YUV187.87143.31130.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=32.54%
G=30.83%
B=36.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911812150.110.1600.16257.6529.8277.65
HexBFB5D7B100101021e4e
Octal277265327132002040236116
Binary101111111011010111010111101110000010000100000010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5D7; }

 p { color: rgb(191,181,215); }

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

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

 a { background-color: rgb(191,181,215); }

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

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

 span { border-color: rgb(191,181,215); }

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