Html Css Color HEX #BAAAE2 Moon Raker

📋 copy color: '#BAAAE2'

red 186 ◦ green 170 ◦ blue 226

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

Shades of Moon Raker #BAAAE2

Tints of Moon Raker #BAAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 31.96%
G = 29.21%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAAAE2 (or 0xBAAAE2) is known color: Moon Raker. HEX triplet: BA, AA and E2. RGB value is (186,170,226). Sum of RGB (Red+Green+Blue) = 186+170+226=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE2 is #45551D. Grayscale: #B4B4B4. Windows color (decimal): -4543774 or 14854842. OLE color: 14854842.

HSL color Cylindrical-coordinate representation of color #BAAAE2: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAAE2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 170 226 -
CMYK 0.18 0.25 0 0.11
HSL 257.14º 0.49% 0.78% -
HSV(B) 257.14º 0.25% 0.89% -
XYZ 48.35 44.68 78.03 -
YUV 181.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 186 170 226 0.18 0.25 0 0.11 257.14 0.49 0.78
Hex BA AA E2 12 19 0 B 101 31 4E
Octal 272 252 342 22 31 0 13 401 61 116
Binary 10111010 10101010 11100010 10010 11001 0 1011 100000001 110001 1001110

Color Harmonies of #BAAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAE2

Black with #BAAAE2

Text Example


Text Example

White with #BAAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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