#BFABE5

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

Shades of Moon Raker #BFABE5

Tints of Moon Raker #BFABE5

Color information

#BFABE5 (or 0xBFABE5) is unknown color: approx Moon Raker. HEX triplet: BF, AB and E5. RGB value is (191,171,229). Sum of RGB (Red+Green+Blue) = 191+171+229=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABE5 is #40541A. Grayscale: #B7B7B7. Windows color (decimal): -4215835 or 15051711. OLE color: 15051711.

HSL color Cylindrical-coordinate representation of color #BFABE5: hue angle of 260.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFABE5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191171229-
CMYK0.170.2500.10
HSL260.69º52.73%78.43%-
HSV(B)260.69º25.33%89.8%-
XYZ50.1945.8680.34-
YUV183.59153.63133.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=32.32%
G=28.93%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911712290.170.2500.10260.6952.7378.43
HexBFABE511190A105354e
Octal277253345213101240565116
Binary1011111110101011111001011000111001010101000001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABE5; }

 p { color: rgb(191,171,229); }

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

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

 a { background-color: rgb(191,171,229); }

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

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

 span { border-color: rgb(191,171,229); }

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