Html Css Color HEX #BAAED9 Moon Raker

📋 copy color: '#BAAED9'

red 186 ◦ green 174 ◦ blue 217

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

Shades of Moon Raker #BAAED9

Tints of Moon Raker #BAAED9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.16%

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

R = 32.24%
G = 30.16%
B = 37.61%

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

#BAAED9 (or 0xBAAED9) is known color: Moon Raker. HEX triplet: BA, AE and D9. RGB value is (186,174,217). Sum of RGB (Red+Green+Blue) = 186+174+217=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED9 is #455126. Grayscale: #B6B6B6. Windows color (decimal): -4542759 or 14266042. OLE color: 14266042.

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

Color convert

RGB 186 174 217 -
CMYK 0.14 0.20 0 0.15
HSL 256.74º 0.36% 0.77% -
HSV(B) 256.74º 0.2% 0.85% -
XYZ 47.91 45.72 71.95 -
YUV 182.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 186 174 217 0.14 0.20 0 0.15 256.74 0.36 0.77
Hex BA AE D9 E 14 0 F 101 24 4D
Octal 272 256 331 16 24 0 17 401 44 115
Binary 10111010 10101110 11011001 1110 10100 0 1111 100000001 100100 1001101

Color Harmonies of #BAAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAED9

Black with #BAAED9

Text Example


Text Example

White with #BAAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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