Html Css Color HEX #BAAAD4 Moon Raker

📋 copy color: '#BAAAD4'

red 186 ◦ green 170 ◦ blue 212

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

Shades of Moon Raker #BAAAD4

Tints of Moon Raker #BAAAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.32%

R = 32.75%
G = 29.93%
B = 37.32%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAAAD4 (or 0xBAAAD4) is known color: Moon Raker. HEX triplet: BA, AA and D4. RGB value is (186,170,212). Sum of RGB (Red+Green+Blue) = 186+170+212=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD4 is #45552B. Grayscale: #B3B3B3. Windows color (decimal): -4543788 or 13937338. OLE color: 13937338.

HSL color Cylindrical-coordinate representation of color #BAAAD4: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAAD4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 170 212 -
CMYK 0.12 0.20 0 0.17
HSL 262.86º 0.33% 0.75% -
HSV(B) 262.86º 0.2% 0.83% -
XYZ 46.51 43.94 68.32 -
YUV 179.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 186 170 212 0.12 0.20 0 0.17 262.86 0.33 0.75
Hex BA AA D4 C 14 0 11 107 21 4B
Octal 272 252 324 14 24 0 21 407 41 113
Binary 10111010 10101010 11010100 1100 10100 0 10001 100000111 100001 1001011

Color Harmonies of #BAAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAD4

Black with #BAAAD4

Text Example


Text Example

White with #BAAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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