Html Css Color HEX #BAACD6 Moon Raker

📋 copy color: '#BAACD6'

red 186 ◦ green 172 ◦ blue 214

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

Shades of Moon Raker #BAACD6

Tints of Moon Raker #BAACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.41%

R = 32.52%
G = 30.07%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAACD6 (or 0xBAACD6) is known color: Moon Raker. HEX triplet: BA, AC and D6. RGB value is (186,172,214). Sum of RGB (Red+Green+Blue) = 186+172+214=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD6 is #455329. Grayscale: #B4B4B4. Windows color (decimal): -4543274 or 14068922. OLE color: 14068922.

HSL color Cylindrical-coordinate representation of color #BAACD6: hue angle of 260º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAACD6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 172 214 -
CMYK 0.13 0.20 0 0.16
HSL 260º 0.34% 0.76% -
HSV(B) 260º 0.2% 0.84% -
XYZ 47.14 44.8 69.78 -
YUV 180.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 186 172 214 0.13 0.20 0 0.16 260 0.34 0.76
Hex BA AC D6 D 14 0 10 104 22 4C
Octal 272 254 326 15 24 0 20 404 42 114
Binary 10111010 10101100 11010110 1101 10100 0 10000 100000100 100010 1001100

Color Harmonies of #BAACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACD6

Black with #BAACD6

Text Example


Text Example

White with #BAACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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