Html Css Color HEX #BAAAE0 Moon Raker

📋 copy color: '#BAAAE0'

red 186 ◦ green 170 ◦ blue 224

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

Shades of Moon Raker #BAAAE0

Tints of Moon Raker #BAAAE0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

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

R = 32.07%
G = 29.31%
B = 38.62%

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

#BAAAE0 (or 0xBAAAE0) is known color: Moon Raker. HEX triplet: BA, AA and E0. RGB value is (186,170,224). Sum of RGB (Red+Green+Blue) = 186+170+224=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE0 is #45551F. Grayscale: #B4B4B4. Windows color (decimal): -4543776 or 14723770. OLE color: 14723770.

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

Color convert

RGB 186 170 224 -
CMYK 0.17 0.24 0 0.12
HSL 257.78º 0.47% 0.77% -
HSV(B) 257.78º 0.24% 0.88% -
XYZ 48.08 44.57 76.59 -
YUV 180.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 186 170 224 0.17 0.24 0 0.12 257.78 0.47 0.77
Hex BA AA E0 11 18 0 C 102 2F 4D
Octal 272 252 340 21 30 0 14 402 57 115
Binary 10111010 10101010 11100000 10001 11000 0 1100 100000010 101111 1001101

Color Harmonies of #BAAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAE0

Black with #BAAAE0

Text Example


Text Example

White with #BAAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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