#BFB1DC

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

Shades of Moon Raker #BFB1DC

Tints of Moon Raker #BFB1DC

Color information

#BFB1DC (or 0xBFB1DC) is unknown color: approx Moon Raker. HEX triplet: BF, B1 and DC. RGB value is (191,177,220). Sum of RGB (Red+Green+Blue) = 191+177+220=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1DC is #404E23. Grayscale: #B9B9B9. Windows color (decimal): -4214308 or 14463423. OLE color: 14463423.

HSL color Cylindrical-coordinate representation of color #BFB1DC: hue angle of 259.53º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB1DC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191177220-
CMYK0.130.2000.14
HSL259.53º38.05%77.84%-
HSV(B)259.53º19.55%86.27%-
XYZ50.1347.6974.27-
YUV186.09147.14131.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=32.48%
G=30.10%
B=37.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911772200.130.2000.14259.5338.0577.84
HexBFB1DCD140E104264e
Octal277261334152401640446116
Binary101111111011000111011100110110100011101000001001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1DC; }

 p { color: rgb(191,177,220); }

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

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

 a { background-color: rgb(191,177,220); }

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

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

 span { border-color: rgb(191,177,220); }

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