#BBACE1

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

Shades of Moon Raker #BBACE1

Tints of Moon Raker #BBACE1

Color information

#BBACE1 (or 0xBBACE1) is unknown color: approx Moon Raker. HEX triplet: BB, AC and E1. RGB value is (187,172,225). Sum of RGB (Red+Green+Blue) = 187+172+225=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE1 is #44531E. Grayscale: #B6B6B6. Windows color (decimal): -4477727 or 14789819. OLE color: 14789819.

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

Color convert

RGB187172225-
CMYK0.170.2400.12
HSL256.98º46.9%77.84%-
HSV(B)256.98º23.56%88.24%-
XYZ48.8445.5177.44-
YUV182.53151.97131.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=32.02%
G=29.45%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871722250.170.2400.12256.9846.977.84
HexBBACE111180C1012f4e
Octal273254341213001440157116
Binary1011101110101100111000011000111000011001000000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACE1; }

 p { color: rgb(187,172,225); }

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

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

 a { background-color: rgb(187,172,225); }

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

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

 span { border-color: rgb(187,172,225); }

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