#BCABE2

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

Shades of Moon Raker #BCABE2

Tints of Moon Raker #BCABE2

Color information

#BCABE2 (or 0xBCABE2) is unknown color: approx Moon Raker. HEX triplet: BC, AB and E2. RGB value is (188,171,226). Sum of RGB (Red+Green+Blue) = 188+171+226=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE2 is #43541D. Grayscale: #B6B6B6. Windows color (decimal): -4412446 or 14855100. OLE color: 14855100.

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

Color convert

RGB188171226-
CMYK0.170.2400.11
HSL258.55º48.67%77.84%-
HSV(B)258.55º24.34%88.63%-
XYZ49.0345.3178.11-
YUV182.35152.63132.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=32.14%
G=29.23%
B=38.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881712260.170.2400.11258.5548.6777.84
HexBCABE211180B103314e
Octal274253342213001340361116
Binary1011110010101011111000101000111000010111000000111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABE2; }

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

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

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

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

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

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

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

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