Html Css Color HEX #BAACE0 Moon Raker

📋 copy color: '#BAACE0'

red 186 ◦ green 172 ◦ blue 224

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

Shades of Moon Raker #BAACE0

Tints of Moon Raker #BAACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 31.96%
G = 29.55%
B = 38.49%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAACE0 (or 0xBAACE0) is known color: Moon Raker. HEX triplet: BA, AC and E0. RGB value is (186,172,224). Sum of RGB (Red+Green+Blue) = 186+172+224=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE0 is #45531F. Grayscale: #B5B5B5. Windows color (decimal): -4543264 or 14724282. OLE color: 14724282.

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

Color convert

RGB 186 172 224 -
CMYK 0.17 0.23 0 0.12
HSL 256.15º 0.46% 0.78% -
HSV(B) 256.15º 0.23% 0.88% -
XYZ 48.46 45.33 76.72 -
YUV 182.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 186 172 224 0.17 0.23 0 0.12 256.15 0.46 0.78
Hex BA AC E0 11 17 0 C 100 2E 4E
Octal 272 254 340 21 27 0 14 400 56 116
Binary 10111010 10101100 11100000 10001 10111 0 1100 100000000 101110 1001110

Color Harmonies of #BAACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACE0

Black with #BAACE0

Text Example


Text Example

White with #BAACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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