Html Css Color HEX #BAADD9 Moon Raker

📋 copy color: '#BAADD9'

red 186 ◦ green 173 ◦ blue 217

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

Shades of Moon Raker #BAADD9

Tints of Moon Raker #BAADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

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

R = 32.29%
G = 30.03%
B = 37.67%

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

#BAADD9 (or 0xBAADD9) is known color: Moon Raker. HEX triplet: BA, AD and D9. RGB value is (186,173,217). Sum of RGB (Red+Green+Blue) = 186+173+217=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD9 is #455226. Grayscale: #B5B5B5. Windows color (decimal): -4543015 or 14265786. OLE color: 14265786.

HSL color Cylindrical-coordinate representation of color #BAADD9: hue angle of 257.73º degrees, saturation: 0.37, 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 #BAADD9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 173 217 -
CMYK 0.14 0.20 0 0.15
HSL 257.73º 0.37% 0.76% -
HSV(B) 257.73º 0.2% 0.85% -
XYZ 47.72 45.34 71.88 -
YUV 181.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 186 173 217 0.14 0.20 0 0.15 257.73 0.37 0.76
Hex BA AD D9 E 14 0 F 102 25 4C
Octal 272 255 331 16 24 0 17 402 45 114
Binary 10111010 10101101 11011001 1110 10100 0 1111 100000010 100101 1001100

Color Harmonies of #BAADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADD9

Black with #BAADD9

Text Example


Text Example

White with #BAADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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