Html Css Color HEX #BAABD9 Moon Raker

📋 copy color: '#BAABD9'

red 186 ◦ green 171 ◦ blue 217

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

Shades of Moon Raker #BAABD9

Tints of Moon Raker #BAABD9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 32.4%
G = 29.79%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAABD9 (or 0xBAABD9) is known color: Moon Raker. HEX triplet: BA, AB and D9. RGB value is (186,171,217). Sum of RGB (Red+Green+Blue) = 186+171+217=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD9 is #455426. Grayscale: #B4B4B4. Windows color (decimal): -4543527 or 14265274. OLE color: 14265274.

HSL color Cylindrical-coordinate representation of color #BAABD9: hue angle of 259.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAABD9 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 171 217 -
CMYK 0.14 0.21 0 0.15
HSL 259.57º 0.38% 0.76% -
HSV(B) 259.57º 0.21% 0.85% -
XYZ 47.34 44.57 71.75 -
YUV 180.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 186 171 217 0.14 0.21 0 0.15 259.57 0.38 0.76
Hex BA AB D9 E 15 0 F 104 26 4C
Octal 272 253 331 16 25 0 17 404 46 114
Binary 10111010 10101011 11011001 1110 10101 0 1111 100000100 100110 1001100

Color Harmonies of #BAABD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABD9

Black with #BAABD9

Text Example


Text Example

White with #BAABD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABD9; }

 p { color: rgb(186,171,217); }

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

background-color css

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

 a { background-color: rgb(186,171,217); }

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

border-color css

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

 span { border-color: rgb(186,171,217); }

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