Html Css Color HEX #BAA7E9 Moon Raker

📋 copy color: '#BAA7E9'

red 186 ◦ green 167 ◦ blue 233

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

Shades of Moon Raker #BAA7E9

Tints of Moon Raker #BAA7E9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.5%

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 31.74%
G = 28.5%
B = 39.76%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAA7E9 (or 0xBAA7E9) is known color: Moon Raker. HEX triplet: BA, A7 and E9. RGB value is (186,167,233). Sum of RGB (Red+Green+Blue) = 186+167+233=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAA7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7E9 is #455816. Grayscale: #B3B3B3. Windows color (decimal): -4544535 or 15312826. OLE color: 15312826.

HSL color Cylindrical-coordinate representation of color #BAA7E9: hue angle of 257.27º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA7E9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 167 233 -
CMYK 0.20 0.28 0 0.09
HSL 257.27º 0.6% 0.78% -
HSV(B) 257.27º 0.28% 0.91% -
XYZ 48.78 43.96 83.01 -
YUV 180.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 186 167 233 0.20 0.28 0 0.09 257.27 0.6 0.78
Hex BA A7 E9 14 1C 0 9 101 3C 4E
Octal 272 247 351 24 34 0 11 401 74 116
Binary 10111010 10100111 11101001 10100 11100 0 1001 100000001 111100 1001110

Color Harmonies of #BAA7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7E9

Black with #BAA7E9

Text Example


Text Example

White with #BAA7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7E9; }

 p { color: rgb(186,167,233); }

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

background-color css

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

 a { background-color: rgb(186,167,233); }

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

border-color css

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

 span { border-color: rgb(186,167,233); }

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