Html Css Color HEX #BAAECA Moon Raker

📋 copy color: '#BAAECA'

red 186 ◦ green 174 ◦ blue 202

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

Shades of Moon Raker #BAAECA

Tints of Moon Raker #BAAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 33.1%
G = 30.96%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAAECA (or 0xBAAECA) is known color: Moon Raker. HEX triplet: BA, AE and CA. RGB value is (186,174,202). Sum of RGB (Red+Green+Blue) = 186+174+202=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECA is #455135. Grayscale: #B4B4B4. Windows color (decimal): -4542774 or 13283002. OLE color: 13283002.

HSL color Cylindrical-coordinate representation of color #BAAECA: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAECA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 174 202 -
CMYK 0.08 0.14 0 0.21
HSL 265.71º 0.21% 0.74% -
HSV(B) 265.71º 0.14% 0.79% -
XYZ 46.05 44.98 62.13 -
YUV 180.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 186 174 202 0.08 0.14 0 0.21 265.71 0.21 0.74
Hex BA AE CA 8 E 0 15 10A 15 4A
Octal 272 256 312 10 16 0 25 412 25 112
Binary 10111010 10101110 11001010 1000 1110 0 10101 100001010 10101 1001010

Color Harmonies of #BAAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAECA

Black with #BAAECA

Text Example


Text Example

White with #BAAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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