#BAAEC9

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

Shades of Moon Raker #BAAEC9

Tints of Moon Raker #BAAEC9

Color information

#BAAEC9 (or 0xBAAEC9) is unknown color: approx Moon Raker. HEX triplet: BA, AE and C9. RGB value is (186,174,201). Sum of RGB (Red+Green+Blue) = 186+174+201=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC9 is #455136. Grayscale: #B4B4B4. Windows color (decimal): -4542775 or 13217466. OLE color: 13217466.

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

Color convert

RGB186174201-
CMYK0.070.1300.21
HSL266.67º20%73.53%-
HSV(B)266.67º13.43%78.82%-
XYZ45.9344.9361.51-
YUV180.67139.48131.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=33.16%
G=31.02%
B=35.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861742010.070.1300.21266.672073.53
HexBAAEC97D01510b144a
Octal27225631171502541324112
Binary1011101010101110110010011111101010101100001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC9; }

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

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

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

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

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

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

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

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