Html Css Color HEX #BAABDA Moon Raker

📋 copy color: '#BAABDA'

red 186 ◦ green 171 ◦ blue 218

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

Shades of Moon Raker #BAABDA

Tints of Moon Raker #BAABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 32.35%
G = 29.74%
B = 37.91%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAABDA (or 0xBAABDA) is known color: Moon Raker. HEX triplet: BA, AB and DA. RGB value is (186,171,218). Sum of RGB (Red+Green+Blue) = 186+171+218=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDA is #455425. Grayscale: #B4B4B4. Windows color (decimal): -4543526 or 14330810. OLE color: 14330810.

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

Color convert

RGB 186 171 218 -
CMYK 0.15 0.22 0 0.15
HSL 259.15º 0.39% 0.76% -
HSV(B) 259.15º 0.22% 0.85% -
XYZ 47.47 44.63 72.44 -
YUV 180.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 186 171 218 0.15 0.22 0 0.15 259.15 0.39 0.76
Hex BA AB DA F 16 0 F 103 27 4C
Octal 272 253 332 17 26 0 17 403 47 114
Binary 10111010 10101011 11011010 1111 10110 0 1111 100000011 100111 1001100

Color Harmonies of #BAABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABDA

Black with #BAABDA

Text Example


Text Example

White with #BAABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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