Html Css Color HEX #BAAAE4 Moon Raker

📋 copy color: '#BAAAE4'

red 186 ◦ green 170 ◦ blue 228

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

Shades of Moon Raker #BAAAE4

Tints of Moon Raker #BAAAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 31.85%
G = 29.11%
B = 39.04%

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

#BAAAE4 (or 0xBAAAE4) is known color: Moon Raker. HEX triplet: BA, AA and E4. RGB value is (186,170,228). Sum of RGB (Red+Green+Blue) = 186+170+228=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE4 is #45551B. Grayscale: #B5B5B5. Windows color (decimal): -4543772 or 14985914. OLE color: 14985914.

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

Color convert

RGB 186 170 228 -
CMYK 0.18 0.25 0 0.11
HSL 256.55º 0.52% 0.78% -
HSV(B) 256.55º 0.25% 0.89% -
XYZ 48.63 44.79 79.48 -
YUV 181.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 186 170 228 0.18 0.25 0 0.11 256.55 0.52 0.78
Hex BA AA E4 12 19 0 B 101 34 4E
Octal 272 252 344 22 31 0 13 401 64 116
Binary 10111010 10101010 11100100 10010 11001 0 1011 100000001 110100 1001110

Color Harmonies of #BAAAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAE4

Black with #BAAAE4

Text Example


Text Example

White with #BAAAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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