Html Css Color HEX #BAABD7 Moon Raker

📋 copy color: '#BAABD7'

red 186 ◦ green 171 ◦ blue 215

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

Shades of Moon Raker #BAABD7

Tints of Moon Raker #BAABD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 32.52%
G = 29.9%
B = 37.59%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAABD7 (or 0xBAABD7) is known color: Moon Raker. HEX triplet: BA, AB and D7. RGB value is (186,171,215). Sum of RGB (Red+Green+Blue) = 186+171+215=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD7 is #455428. Grayscale: #B4B4B4. Windows color (decimal): -4543529 or 14134202. OLE color: 14134202.

HSL color Cylindrical-coordinate representation of color #BAABD7: hue angle of 260.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAABD7 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 171 215 -
CMYK 0.13 0.20 0 0.16
HSL 260.45º 0.35% 0.76% -
HSV(B) 260.45º 0.2% 0.84% -
XYZ 47.08 44.47 70.39 -
YUV 180.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 186 171 215 0.13 0.20 0 0.16 260.45 0.35 0.76
Hex BA AB D7 D 14 0 10 104 23 4C
Octal 272 253 327 15 24 0 20 404 43 114
Binary 10111010 10101011 11010111 1101 10100 0 10000 100000100 100011 1001100

Color Harmonies of #BAABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABD7

Black with #BAABD7

Text Example


Text Example

White with #BAABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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