Html Css Color HEX #BAAAE3 Moon Raker

📋 copy color: '#BAAAE3'

red 186 ◦ green 170 ◦ blue 227

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

Shades of Moon Raker #BAAAE3

Tints of Moon Raker #BAAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 31.9%
G = 29.16%
B = 38.94%

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

#BAAAE3 (or 0xBAAAE3) is known color: Moon Raker. HEX triplet: BA, AA and E3. RGB value is (186,170,227). Sum of RGB (Red+Green+Blue) = 186+170+227=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE3 is #45551C. Grayscale: #B5B5B5. Windows color (decimal): -4543773 or 14920378. OLE color: 14920378.

HSL color Cylindrical-coordinate representation of color #BAAAE3: hue angle of 256.84º degrees, saturation: 0.5, 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 #BAAAE3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 170 227 -
CMYK 0.18 0.25 0 0.11
HSL 256.84º 0.5% 0.78% -
HSV(B) 256.84º 0.25% 0.89% -
XYZ 48.49 44.73 78.75 -
YUV 181.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 186 170 227 0.18 0.25 0 0.11 256.84 0.5 0.78
Hex BA AA E3 12 19 0 B 101 32 4E
Octal 272 252 343 22 31 0 13 401 62 116
Binary 10111010 10101010 11100011 10010 11001 0 1011 100000001 110010 1001110

Color Harmonies of #BAAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAE3

Black with #BAAAE3

Text Example


Text Example

White with #BAAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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