Html Css Color HEX #BAA8E7 Moon Raker

📋 copy color: '#BAA8E7'

red 186 ◦ green 168 ◦ blue 231

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

Shades of Moon Raker #BAA8E7

Tints of Moon Raker #BAA8E7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.72%

 BLUE value IS 231 (90.63% from 255) = 39.49%

R = 31.79%
G = 28.72%
B = 39.49%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAA8E7 (or 0xBAA8E7) is known color: Moon Raker. HEX triplet: BA, A8 and E7. RGB value is (186,168,231). Sum of RGB (Red+Green+Blue) = 186+168+231=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAA8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8E7 is #455718. Grayscale: #B4B4B4. Windows color (decimal): -4544281 or 15182010. OLE color: 15182010.

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

Color convert

RGB 186 168 231 -
CMYK 0.19 0.27 0 0.09
HSL 257.14º 0.57% 0.78% -
HSV(B) 257.14º 0.27% 0.91% -
XYZ 48.68 44.21 81.57 -
YUV 180.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 186 168 231 0.19 0.27 0 0.09 257.14 0.57 0.78
Hex BA A8 E7 13 1B 0 9 101 39 4E
Octal 272 250 347 23 33 0 11 401 71 116
Binary 10111010 10101000 11100111 10011 11011 0 1001 100000001 111001 1001110

Color Harmonies of #BAA8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8E7

Black with #BAA8E7

Text Example


Text Example

White with #BAA8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8E7; }

 p { color: rgb(186,168,231); }

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

background-color css

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

 a { background-color: rgb(186,168,231); }

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

border-color css

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

 span { border-color: rgb(186,168,231); }

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