Html Css Color HEX #BAAADB Moon Raker

📋 copy color: '#BAAADB'

red 186 ◦ green 170 ◦ blue 219

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

Shades of Moon Raker #BAAADB

Tints of Moon Raker #BAAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.57%

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

R = 32.35%
G = 29.57%
B = 38.09%

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

#BAAADB (or 0xBAAADB) is known color: Moon Raker. HEX triplet: BA, AA and DB. RGB value is (186,170,219). Sum of RGB (Red+Green+Blue) = 186+170+219=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAADB is #455524. Grayscale: #B4B4B4. Windows color (decimal): -4543781 or 14396090. OLE color: 14396090.

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

Color convert

RGB 186 170 219 -
CMYK 0.15 0.22 0 0.14
HSL 259.59º 0.4% 0.76% -
HSV(B) 259.59º 0.22% 0.86% -
XYZ 47.41 44.3 73.07 -
YUV 180.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 186 170 219 0.15 0.22 0 0.14 259.59 0.4 0.76
Hex BA AA DB F 16 0 E 104 28 4C
Octal 272 252 333 17 26 0 16 404 50 114
Binary 10111010 10101010 11011011 1111 10110 0 1110 100000100 101000 1001100

Color Harmonies of #BAAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAADB

Black with #BAAADB

Text Example


Text Example

White with #BAAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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