#bfb0df

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

Shades of Moon Raker #BFB0DF

Tints of Moon Raker #BFB0DF

Color information

#BFB0DF (or 0xBFB0DF) is unknown color: approx Moon Raker. HEX triplet: BF, B0 and DF. RGB value is (191,176,223). Sum of RGB (Red+Green+Blue) = 191+176+223=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DF is #404F20. Grayscale: #B9B9B9. Windows color (decimal): -4214561 or 14659775. OLE color: 14659775.

HSL color Cylindrical-coordinate representation of color #BFB0DF: hue angle of 259.15º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB0DF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191176223-
CMYK0.140.2100.13
HSL259.15º42.34%78.24%-
HSV(B)259.15º21.08%87.45%-
XYZ50.3347.4576.32-
YUV185.84148.97131.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=32.37%
G=29.83%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911762230.140.2100.13259.1542.3478.24
HexBFB0DFE150D1032a4e
Octal277260337162501540352116
Binary101111111011000011011111111010101011011000000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb0df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb0df; }

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

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

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

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

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

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

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

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