#BBAECD

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

Shades of Moon Raker #BBAECD

Tints of Moon Raker #BBAECD

Color information

#BBAECD (or 0xBBAECD) is unknown color: approx Moon Raker. HEX triplet: BB, AE and CD. RGB value is (187,174,205). Sum of RGB (Red+Green+Blue) = 187+174+205=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECD is #445132. Grayscale: #B5B5B5. Windows color (decimal): -4477235 or 13479611. OLE color: 13479611.

HSL color Cylindrical-coordinate representation of color #BBAECD: hue angle of 265.16º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAECD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187174205-
CMYK0.090.1500.20
HSL265.16º23.66%74.31%-
HSV(B)265.16º15.12%80.39%-
XYZ46.6545.2464.03-
YUV181.42141.31131.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=33.04%
G=30.74%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871742050.090.1500.20265.1623.6674.31
HexBBAECD9F014109184a
Octal273256315111702441130112
Binary10111011101011101100110110011111010100100001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAECD; }

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

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

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

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

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

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

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

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