Html Css Color HEX #BAA9E3 Moon Raker

📋 copy color: '#BAA9E3'

red 186 ◦ green 169 ◦ blue 227

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

Shades of Moon Raker #BAA9E3

Tints of Moon Raker #BAA9E3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.04%

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

R = 31.96%
G = 29.04%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAA9E3 (or 0xBAA9E3) is known color: Moon Raker. HEX triplet: BA, A9 and E3. RGB value is (186,169,227). Sum of RGB (Red+Green+Blue) = 186+169+227=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAA9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9E3 is #45561C. Grayscale: #B4B4B4. Windows color (decimal): -4544029 or 14920122. OLE color: 14920122.

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

Color convert

RGB 186 169 227 -
CMYK 0.18 0.26 0 0.11
HSL 257.59º 0.51% 0.78% -
HSV(B) 257.59º 0.26% 0.89% -
XYZ 48.3 44.36 78.69 -
YUV 180.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 186 169 227 0.18 0.26 0 0.11 257.59 0.51 0.78
Hex BA A9 E3 12 1A 0 B 102 33 4E
Octal 272 251 343 22 32 0 13 402 63 116
Binary 10111010 10101001 11100011 10010 11010 0 1011 100000010 110011 1001110

Color Harmonies of #BAA9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9E3

Black with #BAA9E3

Text Example


Text Example

White with #BAA9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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