#BCABE0

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

Shades of Moon Raker #BCABE0

Tints of Moon Raker #BCABE0

Color information

#BCABE0 (or 0xBCABE0) is unknown color: approx Moon Raker. HEX triplet: BC, AB and E0. RGB value is (188,171,224). Sum of RGB (Red+Green+Blue) = 188+171+224=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE0 is #43541F. Grayscale: #B5B5B5. Windows color (decimal): -4412448 or 14724028. OLE color: 14724028.

HSL color Cylindrical-coordinate representation of color #BCABE0: hue angle of 259.25º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCABE0 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188171224-
CMYK0.160.2400.12
HSL259.25º46.09%77.45%-
HSV(B)259.25º23.66%87.84%-
XYZ48.7645.276.68-
YUV182.12151.63132.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=32.25%
G=29.33%
B=38.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881712240.160.2400.12259.2546.0977.45
HexBCABE010180C1032e4d
Octal274253340203001440356115
Binary1011110010101011111000001000011000011001000000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABE0; }

 p { color: rgb(188,171,224); }

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

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

 a { background-color: rgb(188,171,224); }

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

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

 span { border-color: rgb(188,171,224); }

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