Html Css Color HEX #BAAED7 Moon Raker

📋 copy color: '#BAAED7'

red 186 ◦ green 174 ◦ blue 215

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

Shades of Moon Raker #BAAED7

Tints of Moon Raker #BAAED7

RGB

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

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

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

R = 32.35%
G = 30.26%
B = 37.39%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAAED7 (or 0xBAAED7) is known color: Moon Raker. HEX triplet: BA, AE and D7. RGB value is (186,174,215). Sum of RGB (Red+Green+Blue) = 186+174+215=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED7 is #455128. Grayscale: #B6B6B6. Windows color (decimal): -4542761 or 14134970. OLE color: 14134970.

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

Color convert

RGB 186 174 215 -
CMYK 0.13 0.19 0 0.16
HSL 257.56º 0.34% 0.76% -
HSV(B) 257.56º 0.19% 0.84% -
XYZ 47.65 45.62 70.58 -
YUV 182.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 186 174 215 0.13 0.19 0 0.16 257.56 0.34 0.76
Hex BA AE D7 D 13 0 10 102 22 4C
Octal 272 256 327 15 23 0 20 402 42 114
Binary 10111010 10101110 11010111 1101 10011 0 10000 100000010 100010 1001100

Color Harmonies of #BAAED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAED7

Black with #BAAED7

Text Example


Text Example

White with #BAAED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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