#BBAEDD

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

Shades of Moon Raker #BBAEDD

Tints of Moon Raker #BBAEDD

Color information

#BBAEDD (or 0xBBAEDD) is unknown color: approx Moon Raker. HEX triplet: BB, AE and DD. RGB value is (187,174,221). Sum of RGB (Red+Green+Blue) = 187+174+221=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDD is #445122. Grayscale: #B7B7B7. Windows color (decimal): -4477219 or 14528187. OLE color: 14528187.

HSL color Cylindrical-coordinate representation of color #BBAEDD: hue angle of 256.6º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAEDD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187174221-
CMYK0.150.2100.13
HSL256.6º40.87%77.45%-
HSV(B)256.6º21.27%86.67%-
XYZ48.6846.0674.73-
YUV183.24149.31130.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=32.13%
G=29.90%
B=37.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871742210.150.2100.13256.640.8777.45
HexBBAEDDF150D101294d
Octal273256335172501540151115
Binary101110111010111011011101111110101011011000000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEDD; }

 p { color: rgb(187,174,221); }

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

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

 a { background-color: rgb(187,174,221); }

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

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

 span { border-color: rgb(187,174,221); }

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