Html Css Color HEX #BAA9CF Moon Raker

📋 copy color: '#BAA9CF'

red 186 ◦ green 169 ◦ blue 207

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

Shades of Moon Raker #BAA9CF

Tints of Moon Raker #BAA9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 33.1%
G = 30.07%
B = 36.83%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAA9CF (or 0xBAA9CF) is known color: Moon Raker. HEX triplet: BA, A9 and CF. RGB value is (186,169,207). Sum of RGB (Red+Green+Blue) = 186+169+207=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CF is #455630. Grayscale: #B2B2B2. Windows color (decimal): -4544049 or 13609402. OLE color: 13609402.

HSL color Cylindrical-coordinate representation of color #BAA9CF: hue angle of 266.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA9CF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 169 207 -
CMYK 0.10 0.18 0 0.19
HSL 266.84º 0.28% 0.74% -
HSV(B) 266.84º 0.18% 0.81% -
XYZ 45.7 43.32 64.98 -
YUV 178.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 186 169 207 0.10 0.18 0 0.19 266.84 0.28 0.74
Hex BA A9 CF A 12 0 13 10B 1C 4A
Octal 272 251 317 12 22 0 23 413 34 112
Binary 10111010 10101001 11001111 1010 10010 0 10011 100001011 11100 1001010

Color Harmonies of #BAA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9CF

Black with #BAA9CF

Text Example


Text Example

White with #BAA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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