Html Css Color HEX #BAAED4 Moon Raker

📋 copy color: '#BAAED4'

red 186 ◦ green 174 ◦ blue 212

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

Shades of Moon Raker #BAAED4

Tints of Moon Raker #BAAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.06%

R = 32.52%
G = 30.42%
B = 37.06%

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

#BAAED4 (or 0xBAAED4) is known color: Moon Raker. HEX triplet: BA, AE and D4. RGB value is (186,174,212). Sum of RGB (Red+Green+Blue) = 186+174+212=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED4 is #45512B. Grayscale: #B5B5B5. Windows color (decimal): -4542764 or 13938362. OLE color: 13938362.

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

Color convert

RGB 186 174 212 -
CMYK 0.12 0.18 0 0.17
HSL 258.95º 0.31% 0.76% -
HSV(B) 258.95º 0.18% 0.83% -
XYZ 47.27 45.46 68.57 -
YUV 181.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 186 174 212 0.12 0.18 0 0.17 258.95 0.31 0.76
Hex BA AE D4 C 12 0 11 103 1F 4C
Octal 272 256 324 14 22 0 21 403 37 114
Binary 10111010 10101110 11010100 1100 10010 0 10001 100000011 11111 1001100

Color Harmonies of #BAAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAED4

Black with #BAAED4

Text Example


Text Example

White with #BAAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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