Html Css Color HEX #BAAECE Moon Raker

📋 copy color: '#BAAECE'

red 186 ◦ green 174 ◦ blue 206

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

Shades of Moon Raker #BAAECE

Tints of Moon Raker #BAAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 32.86%
G = 30.74%
B = 36.4%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAAECE (or 0xBAAECE) is known color: Moon Raker. HEX triplet: BA, AE and CE. RGB value is (186,174,206). Sum of RGB (Red+Green+Blue) = 186+174+206=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECE is #455131. Grayscale: #B5B5B5. Windows color (decimal): -4542770 or 13545146. OLE color: 13545146.

HSL color Cylindrical-coordinate representation of color #BAAECE: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAECE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 174 206 -
CMYK 0.10 0.16 0 0.19
HSL 262.5º 0.25% 0.75% -
HSV(B) 262.5º 0.16% 0.81% -
XYZ 46.53 45.17 64.66 -
YUV 181.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 186 174 206 0.10 0.16 0 0.19 262.5 0.25 0.75
Hex BA AE CE A 10 0 13 106 19 4B
Octal 272 256 316 12 20 0 23 406 31 113
Binary 10111010 10101110 11001110 1010 10000 0 10011 100000110 11001 1001011

Color Harmonies of #BAAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAECE

Black with #BAAECE

Text Example


Text Example

White with #BAAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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