Html Css Color HEX #BAACD8 Moon Raker

📋 copy color: '#BAACD8'

red 186 ◦ green 172 ◦ blue 216

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

Shades of Moon Raker #BAACD8

Tints of Moon Raker #BAACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 32.4%
G = 29.97%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAACD8 (or 0xBAACD8) is known color: Moon Raker. HEX triplet: BA, AC and D8. RGB value is (186,172,216). Sum of RGB (Red+Green+Blue) = 186+172+216=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD8 is #455327. Grayscale: #B5B5B5. Windows color (decimal): -4543272 or 14199994. OLE color: 14199994.

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

Color convert

RGB 186 172 216 -
CMYK 0.14 0.20 0 0.15
HSL 259.09º 0.36% 0.76% -
HSV(B) 259.09º 0.2% 0.85% -
XYZ 47.4 44.9 71.13 -
YUV 181.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 186 172 216 0.14 0.20 0 0.15 259.09 0.36 0.76
Hex BA AC D8 E 14 0 F 103 24 4C
Octal 272 254 330 16 24 0 17 403 44 114
Binary 10111010 10101100 11011000 1110 10100 0 1111 100000011 100100 1001100

Color Harmonies of #BAACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACD8

Black with #BAACD8

Text Example


Text Example

White with #BAACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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