Html Css Color HEX #BAAED3 Moon Raker

📋 copy color: '#BAAED3'

red 186 ◦ green 174 ◦ blue 211

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

Shades of Moon Raker #BAAED3

Tints of Moon Raker #BAAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 32.57%
G = 30.47%
B = 36.95%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAAED3 (or 0xBAAED3) is known color: Moon Raker. HEX triplet: BA, AE and D3. RGB value is (186,174,211). Sum of RGB (Red+Green+Blue) = 186+174+211=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED3 is #45512C. Grayscale: #B5B5B5. Windows color (decimal): -4542765 or 13872826. OLE color: 13872826.

HSL color Cylindrical-coordinate representation of color #BAAED3: hue angle of 259.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAED3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 174 211 -
CMYK 0.12 0.18 0 0.17
HSL 259.46º 0.3% 0.75% -
HSV(B) 259.46º 0.18% 0.83% -
XYZ 47.14 45.41 67.91 -
YUV 181.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 186 174 211 0.12 0.18 0 0.17 259.46 0.3 0.75
Hex BA AE D3 C 12 0 11 103 1E 4B
Octal 272 256 323 14 22 0 21 403 36 113
Binary 10111010 10101110 11010011 1100 10010 0 10001 100000011 11110 1001011

Color Harmonies of #BAAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAED3

Black with #BAAED3

Text Example


Text Example

White with #BAAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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