#BAAED4

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

Shades of Moon Raker #BAAED4

Tints of Moon Raker #BAAED4

Color information

#BAAED4 (or 0xBAAED4) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D4. RGB value is (186,174,212). Sum of RGB (Red+Green+Blue) = 186+174+212=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED4 is #45512B. Grayscale: #B5B5B5. Windows color (decimal): -4542764 or 13938362. OLE color: 13938362.

HSL color Cylindrical-coordinate representation of color #BAAED4: hue angle of 258.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAED4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186174212-
CMYK0.120.1800.17
HSL258.95º30.65%75.69%-
HSV(B)258.95º17.92%83.14%-
XYZ47.2745.4668.57-
YUV181.92144.98130.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=32.52%
G=30.42%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861742120.120.1800.17258.9530.6575.69
HexBAAED4C120111031f4c
Octal272256324142202140337114
Binary101110101010111011010100110010010010001100000011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED4; }

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

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

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

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

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

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

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

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