Html Css Color HEX #BAACD9 Moon Raker

📋 copy color: '#BAACD9'

red 186 ◦ green 172 ◦ blue 217

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

Shades of Moon Raker #BAACD9

Tints of Moon Raker #BAACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.74%

R = 32.35%
G = 29.91%
B = 37.74%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAACD9 (or 0xBAACD9) is known color: Moon Raker. HEX triplet: BA, AC and D9. RGB value is (186,172,217). Sum of RGB (Red+Green+Blue) = 186+172+217=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD9 is #455326. Grayscale: #B5B5B5. Windows color (decimal): -4543271 or 14265530. OLE color: 14265530.

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

Color convert

RGB 186 172 217 -
CMYK 0.14 0.21 0 0.15
HSL 258.67º 0.37% 0.76% -
HSV(B) 258.67º 0.21% 0.85% -
XYZ 47.53 44.95 71.82 -
YUV 181.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 186 172 217 0.14 0.21 0 0.15 258.67 0.37 0.76
Hex BA AC D9 E 15 0 F 103 25 4C
Octal 272 254 331 16 25 0 17 403 45 114
Binary 10111010 10101100 11011001 1110 10101 0 1111 100000011 100101 1001100

Color Harmonies of #BAACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACD9

Black with #BAACD9

Text Example


Text Example

White with #BAACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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