Html Css Color HEX #BAACD5 Moon Raker

📋 copy color: '#BAACD5'

red 186 ◦ green 172 ◦ blue 213

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

Shades of Moon Raker #BAACD5

Tints of Moon Raker #BAACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 32.57%
G = 30.12%
B = 37.3%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAACD5 (or 0xBAACD5) is known color: Moon Raker. HEX triplet: BA, AC and D5. RGB value is (186,172,213). Sum of RGB (Red+Green+Blue) = 186+172+213=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD5 is #45532A. Grayscale: #B4B4B4. Windows color (decimal): -4543275 or 14003386. OLE color: 14003386.

HSL color Cylindrical-coordinate representation of color #BAACD5: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAACD5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 172 213 -
CMYK 0.13 0.19 0 0.16
HSL 260.49º 0.33% 0.75% -
HSV(B) 260.49º 0.19% 0.84% -
XYZ 47.01 44.75 69.11 -
YUV 180.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 186 172 213 0.13 0.19 0 0.16 260.49 0.33 0.75
Hex BA AC D5 D 13 0 10 104 21 4B
Octal 272 254 325 15 23 0 20 404 41 113
Binary 10111010 10101100 11010101 1101 10011 0 10000 100000100 100001 1001011

Color Harmonies of #BAACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACD5

Black with #BAACD5

Text Example


Text Example

White with #BAACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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