Html Css Color HEX #BAABDB Moon Raker

📋 copy color: '#BAABDB'

red 186 ◦ green 171 ◦ blue 219

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

Shades of Moon Raker #BAABDB

Tints of Moon Raker #BAABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 32.29%
G = 29.69%
B = 38.02%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAABDB (or 0xBAABDB) is known color: Moon Raker. HEX triplet: BA, AB and DB. RGB value is (186,171,219). Sum of RGB (Red+Green+Blue) = 186+171+219=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDB is #455424. Grayscale: #B4B4B4. Windows color (decimal): -4543525 or 14396346. OLE color: 14396346.

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

Color convert

RGB 186 171 219 -
CMYK 0.15 0.22 0 0.14
HSL 258.75º 0.4% 0.76% -
HSV(B) 258.75º 0.22% 0.86% -
XYZ 47.6 44.68 73.13 -
YUV 180.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 186 171 219 0.15 0.22 0 0.14 258.75 0.4 0.76
Hex BA AB DB F 16 0 E 103 28 4C
Octal 272 253 333 17 26 0 16 403 50 114
Binary 10111010 10101011 11011011 1111 10110 0 1110 100000011 101000 1001100

Color Harmonies of #BAABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABDB

Black with #BAABDB

Text Example


Text Example

White with #BAABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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