Html Css Color HEX #BAABD8 Moon Raker

📋 copy color: '#BAABD8'

red 186 ◦ green 171 ◦ blue 216

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

Shades of Moon Raker #BAABD8

Tints of Moon Raker #BAABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 32.46%
G = 29.84%
B = 37.7%

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

#BAABD8 (or 0xBAABD8) is known color: Moon Raker. HEX triplet: BA, AB and D8. RGB value is (186,171,216). Sum of RGB (Red+Green+Blue) = 186+171+216=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD8 is #455427. Grayscale: #B4B4B4. Windows color (decimal): -4543528 or 14199738. OLE color: 14199738.

HSL color Cylindrical-coordinate representation of color #BAABD8: hue angle of 260º degrees, saturation: 0.37, 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 #BAABD8 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 171 216 -
CMYK 0.14 0.21 0 0.15
HSL 260º 0.37% 0.76% -
HSV(B) 260º 0.21% 0.85% -
XYZ 47.21 44.52 71.07 -
YUV 180.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 186 171 216 0.14 0.21 0 0.15 260 0.37 0.76
Hex BA AB D8 E 15 0 F 104 25 4C
Octal 272 253 330 16 25 0 17 404 45 114
Binary 10111010 10101011 11011000 1110 10101 0 1111 100000100 100101 1001100

Color Harmonies of #BAABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABD8

Black with #BAABD8

Text Example


Text Example

White with #BAABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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