Html Css Color HEX #BAB3C9 Moon Raker

📋 copy color: '#BAB3C9'

red 186 ◦ green 179 ◦ blue 201

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

Shades of Moon Raker #BAB3C9

Tints of Moon Raker #BAB3C9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 32.86%
G = 31.63%
B = 35.51%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAB3C9 (or 0xBAB3C9) is known color: Moon Raker. HEX triplet: BA, B3 and C9. RGB value is (186,179,201). Sum of RGB (Red+Green+Blue) = 186+179+201=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C9 is #454C36. Grayscale: #B7B7B7. Windows color (decimal): -4541495 or 13218746. OLE color: 13218746.

HSL color Cylindrical-coordinate representation of color #BAB3C9: hue angle of 259.09º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB3C9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 179 201 -
CMYK 0.07 0.11 0 0.21
HSL 259.09º 0.17% 0.75% -
HSV(B) 259.09º 0.11% 0.79% -
XYZ 46.91 46.9 61.84 -
YUV 183.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 186 179 201 0.07 0.11 0 0.21 259.09 0.17 0.75
Hex BA B3 C9 7 B 0 15 103 11 4B
Octal 272 263 311 7 13 0 25 403 21 113
Binary 10111010 10110011 11001001 111 1011 0 10101 100000011 10001 1001011

Color Harmonies of #BAB3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3C9

Black with #BAB3C9

Text Example


Text Example

White with #BAB3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3C9; }

 p { color: rgb(186,179,201); }

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

background-color css

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

 a { background-color: rgb(186,179,201); }

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

border-color css

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

 span { border-color: rgb(186,179,201); }

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