#BFABE4

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

Shades of Moon Raker #BFABE4

Tints of Moon Raker #BFABE4

Color information

#BFABE4 (or 0xBFABE4) is unknown color: approx Moon Raker. HEX triplet: BF, AB and E4. RGB value is (191,171,228). Sum of RGB (Red+Green+Blue) = 191+171+228=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABE4 is #40541B. Grayscale: #B7B7B7. Windows color (decimal): -4215836 or 14986175. OLE color: 14986175.

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

Color convert

RGB191171228-
CMYK0.160.2500.11
HSL261.05º51.35%78.24%-
HSV(B)261.05º25%89.41%-
XYZ50.0545.879.6-
YUV183.48153.13133.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=32.37%
G=28.98%
B=38.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911712280.160.2500.11261.0551.3578.24
HexBFABE410190B105334e
Octal277253344203101340563116
Binary1011111110101011111001001000011001010111000001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABE4; }

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

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

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

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

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

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

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

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