Html Css Color HEX #BAACD7 Moon Raker

📋 copy color: '#BAACD7'

red 186 ◦ green 172 ◦ blue 215

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

Shades of Moon Raker #BAACD7

Tints of Moon Raker #BAACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 32.46%
G = 30.02%
B = 37.52%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAACD7 (or 0xBAACD7) is known color: Moon Raker. HEX triplet: BA, AC and D7. RGB value is (186,172,215). Sum of RGB (Red+Green+Blue) = 186+172+215=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD7 is #455328. Grayscale: #B4B4B4. Windows color (decimal): -4543273 or 14134458. OLE color: 14134458.

HSL color Cylindrical-coordinate representation of color #BAACD7: hue angle of 259.53º degrees, saturation: 0.35, 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 #BAACD7 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 172 215 -
CMYK 0.13 0.2 0 0.16
HSL 259.53º 0.35% 0.76% -
HSV(B) 259.53º 0.2% 0.84% -
XYZ 47.27 44.85 70.46 -
YUV 181.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 186 172 215 0.13 0.2 0 0.16 259.53 0.35 0.76
Hex BA AC D7 D 14 0 10 104 23 4C
Octal 272 254 327 15 24 0 20 404 43 114
Binary 10111010 10101100 11010111 1101 10100 0 10000 100000100 100011 1001100

Color Harmonies of #BAACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACD7

Black with #BAACD7

Text Example


Text Example

White with #BAACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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