Html Css Color HEX #BAAEDA Moon Raker

📋 copy color: '#BAAEDA'

red 186 ◦ green 174 ◦ blue 218

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

Shades of Moon Raker #BAAEDA

Tints of Moon Raker #BAAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 32.18%
G = 30.1%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAAEDA (or 0xBAAEDA) is known color: Moon Raker. HEX triplet: BA, AE and DA. RGB value is (186,174,218). Sum of RGB (Red+Green+Blue) = 186+174+218=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDA is #455125. Grayscale: #B6B6B6. Windows color (decimal): -4542758 or 14331578. OLE color: 14331578.

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

Color convert

RGB 186 174 218 -
CMYK 0.15 0.20 0 0.15
HSL 256.36º 0.37% 0.77% -
HSV(B) 256.36º 0.2% 0.85% -
XYZ 48.04 45.77 72.63 -
YUV 182.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 186 174 218 0.15 0.20 0 0.15 256.36 0.37 0.77
Hex BA AE DA F 14 0 F 100 25 4D
Octal 272 256 332 17 24 0 17 400 45 115
Binary 10111010 10101110 11011010 1111 10100 0 1111 100000000 100101 1001101

Color Harmonies of #BAAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEDA

Black with #BAAEDA

Text Example


Text Example

White with #BAAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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