Html Css Color HEX #BAACDD Moon Raker

📋 copy color: '#BAACDD'

red 186 ◦ green 172 ◦ blue 221

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

Shades of Moon Raker #BAACDD

Tints of Moon Raker #BAACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 32.12%
G = 29.71%
B = 38.17%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAACDD (or 0xBAACDD) is known color: Moon Raker. HEX triplet: BA, AC and DD. RGB value is (186,172,221). Sum of RGB (Red+Green+Blue) = 186+172+221=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDD is #455322. Grayscale: #B5B5B5. Windows color (decimal): -4543267 or 14527674. OLE color: 14527674.

HSL color Cylindrical-coordinate representation of color #BAACDD: hue angle of 257.14º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAACDD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 172 221 -
CMYK 0.16 0.22 0 0.13
HSL 257.14º 0.42% 0.77% -
HSV(B) 257.14º 0.22% 0.87% -
XYZ 48.05 45.16 74.59 -
YUV 181.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 186 172 221 0.16 0.22 0 0.13 257.14 0.42 0.77
Hex BA AC DD 10 16 0 D 101 2A 4D
Octal 272 254 335 20 26 0 15 401 52 115
Binary 10111010 10101100 11011101 10000 10110 0 1101 100000001 101010 1001101

Color Harmonies of #BAACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACDD

Black with #BAACDD

Text Example


Text Example

White with #BAACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACDD; }

 p { color: rgb(186,172,221); }

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

background-color css

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

 a { background-color: rgb(186,172,221); }

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

border-color css

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

 span { border-color: rgb(186,172,221); }

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