#BFAEE2

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

Shades of Moon Raker #BFAEE2

Tints of Moon Raker #BFAEE2

Color information

#BFAEE2 (or 0xBFAEE2) is unknown color: approx Moon Raker. HEX triplet: BF, AE and E2. RGB value is (191,174,226). Sum of RGB (Red+Green+Blue) = 191+174+226=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEE2 is #40511D. Grayscale: #B8B8B8. Windows color (decimal): -4215070 or 14855871. OLE color: 14855871.

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

Color convert

RGB191174226-
CMYK0.150.2300.11
HSL259.62º47.27%78.43%-
HSV(B)259.62º23.01%88.63%-
XYZ50.3546.8478.34-
YUV185.01151.13132.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=32.32%
G=29.44%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911742260.150.2300.11259.6247.2778.43
HexBFAEE2F170B1042f4e
Octal277256342172701340457116
Binary101111111010111011100010111110111010111000001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEE2; }

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

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

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

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

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

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

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

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