#BBAEDE

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

Shades of Moon Raker #BBAEDE

Tints of Moon Raker #BBAEDE

Color information

#BBAEDE (or 0xBBAEDE) is unknown color: approx Moon Raker. HEX triplet: BB, AE and DE. RGB value is (187,174,222). Sum of RGB (Red+Green+Blue) = 187+174+222=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDE is #445121. Grayscale: #B7B7B7. Windows color (decimal): -4477218 or 14593723. OLE color: 14593723.

HSL color Cylindrical-coordinate representation of color #BBAEDE: hue angle of 256.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAEDE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187174222-
CMYK0.160.2200.13
HSL256.25º42.11%77.65%-
HSV(B)256.25º21.62%87.06%-
XYZ48.8146.1175.43-
YUV183.36149.81130.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=32.08%
G=29.85%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871742220.160.2200.13256.2542.1177.65
HexBBAEDE10160D1002a4e
Octal273256336202601540052116
Binary1011101110101110110111101000010110011011000000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEDE; }

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

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

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

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

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

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

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

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