#BFAEE0

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

Shades of Moon Raker #BFAEE0

Tints of Moon Raker #BFAEE0

Color information

#BFAEE0 (or 0xBFAEE0) is unknown color: approx Moon Raker. HEX triplet: BF, AE and E0. RGB value is (191,174,224). Sum of RGB (Red+Green+Blue) = 191+174+224=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEE0 is #40511F. Grayscale: #B8B8B8. Windows color (decimal): -4215072 or 14724799. OLE color: 14724799.

HSL color Cylindrical-coordinate representation of color #BFAEE0: hue angle of 260.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFAEE0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191174224-
CMYK0.150.2200.12
HSL260.4º44.64%78.04%-
HSV(B)260.4º22.32%87.84%-
XYZ50.0846.7376.9-
YUV184.78150.13132.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=32.43%
G=29.54%
B=38.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911742240.150.2200.12260.444.6478.04
HexBFAEE0F160C1042d4e
Octal277256340172601440455116
Binary101111111010111011100000111110110011001000001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEE0; }

 p { color: rgb(191,174,224); }

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

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

 a { background-color: rgb(191,174,224); }

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

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

 span { border-color: rgb(191,174,224); }

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