Html Css Color HEX #BAACE1 Moon Raker

📋 copy color: '#BAACE1'

red 186 ◦ green 172 ◦ blue 225

#BAACE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BAACE1

Tints of Moon Raker #BAACE1

RGB

 RED value IS 186 (73.05% from 255) = 31.9%

 GREEN value IS 172 (67.58% from 255) = 29.5%

 BLUE value IS 225 (88.28% from 255) = 38.59%

R = 31.9%
G = 29.5%
B = 38.59%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAACE1 (or 0xBAACE1) is known color: Moon Raker. HEX triplet: BA, AC and E1. RGB value is (186,172,225). Sum of RGB (Red+Green+Blue) = 186+172+225=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE1 is #45531E. Grayscale: #B6B6B6. Windows color (decimal): -4543263 or 14789818. OLE color: 14789818.

HSL color Cylindrical-coordinate representation of color #BAACE1: hue angle of 255.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAACE1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 172 225 -
CMYK 0.17 0.24 0 0.12
HSL 255.85º 0.47% 0.78% -
HSV(B) 255.85º 0.24% 0.88% -
XYZ 48.59 45.38 77.43 -
YUV 182.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 186 172 225 0.17 0.24 0 0.12 255.85 0.47 0.78
Hex BA AC E1 11 18 0 C 100 2F 4E
Octal 272 254 341 21 30 0 14 400 57 116
Binary 10111010 10101100 11100001 10001 11000 0 1100 100000000 101111 1001110

Color Harmonies of #BAACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACE1

Black with #BAACE1

Text Example


Text Example

White with #BAACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACE1; }

 p { color: rgb(186,172,225); }

 H1.HeaderClassName
 {
   color: #BAACE1;
 }
 .AnyTagClassName
 {
   color: #BAACE1;
 }
</style>

background-color css

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

 a { background-color: rgb(186,172,225); }

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

border-color css

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

 span { border-color: rgb(186,172,225); }

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