Html Css Color HEX #BAA8E6 Moon Raker

📋 copy color: '#BAA8E6'

red 186 ◦ green 168 ◦ blue 230

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

Shades of Moon Raker #BAA8E6

Tints of Moon Raker #BAA8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.38%

R = 31.85%
G = 28.77%
B = 39.38%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAA8E6 (or 0xBAA8E6) is known color: Moon Raker. HEX triplet: BA, A8 and E6. RGB value is (186,168,230). Sum of RGB (Red+Green+Blue) = 186+168+230=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAA8E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8E6 is #455719. Grayscale: #B4B4B4. Windows color (decimal): -4544282 or 15116474. OLE color: 15116474.

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

Color convert

RGB 186 168 230 -
CMYK 0.19 0.27 0 0.10
HSL 257.42º 0.55% 0.78% -
HSV(B) 257.42º 0.27% 0.9% -
XYZ 48.54 44.16 80.83 -
YUV 180.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 186 168 230 0.19 0.27 0 0.10 257.42 0.55 0.78
Hex BA A8 E6 13 1B 0 A 101 37 4E
Octal 272 250 346 23 33 0 12 401 67 116
Binary 10111010 10101000 11100110 10011 11011 0 1010 100000001 110111 1001110

Color Harmonies of #BAA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8E6

Black with #BAA8E6

Text Example


Text Example

White with #BAA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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