Html Css Color HEX #BAAECD Moon Raker

📋 copy color: '#BAAECD'

red 186 ◦ green 174 ◦ blue 205

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

Shades of Moon Raker #BAAECD

Tints of Moon Raker #BAAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 32.92%
G = 30.8%
B = 36.28%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAAECD (or 0xBAAECD) is known color: Moon Raker. HEX triplet: BA, AE and CD. RGB value is (186,174,205). Sum of RGB (Red+Green+Blue) = 186+174+205=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECD is #455132. Grayscale: #B5B5B5. Windows color (decimal): -4542771 or 13479610. OLE color: 13479610.

HSL color Cylindrical-coordinate representation of color #BAAECD: hue angle of 263.23º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAECD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 174 205 -
CMYK 0.09 0.15 0 0.20
HSL 263.23º 0.24% 0.74% -
HSV(B) 263.23º 0.15% 0.8% -
XYZ 46.41 45.12 64.02 -
YUV 181.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 186 174 205 0.09 0.15 0 0.20 263.23 0.24 0.74
Hex BA AE CD 9 F 0 14 107 18 4A
Octal 272 256 315 11 17 0 24 407 30 112
Binary 10111010 10101110 11001101 1001 1111 0 10100 100000111 11000 1001010

Color Harmonies of #BAAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAECD

Black with #BAAECD

Text Example


Text Example

White with #BAAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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