#BAAECA

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

Shades of Moon Raker #BAAECA

Tints of Moon Raker #BAAECA

Color information

#BAAECA (or 0xBAAECA) is unknown color: approx Moon Raker. HEX triplet: BA, AE and CA. RGB value is (186,174,202). Sum of RGB (Red+Green+Blue) = 186+174+202=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECA is #455135. Grayscale: #B4B4B4. Windows color (decimal): -4542774 or 13283002. OLE color: 13283002.

HSL color Cylindrical-coordinate representation of color #BAAECA: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAECA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186174202-
CMYK0.080.1400.21
HSL265.71º20.9%73.73%-
HSV(B)265.71º13.86%79.22%-
XYZ46.0544.9862.13-
YUV180.78139.98131.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=33.10%
G=30.96%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861742020.080.1400.21265.7120.973.73
HexBAAECA8E01510a154a
Octal272256312101602541225112
Binary10111010101011101100101010001110010101100001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAECA; }

 p { color: rgb(186,174,202); }

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

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

 a { background-color: rgb(186,174,202); }

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

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

 span { border-color: rgb(186,174,202); }

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