Html Css Color HEX #BAADCE Moon Raker

📋 copy color: '#BAADCE'

red 186 ◦ green 173 ◦ blue 206

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

Shades of Moon Raker #BAADCE

Tints of Moon Raker #BAADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 32.92%
G = 30.62%
B = 36.46%

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

#BAADCE (or 0xBAADCE) is known color: Moon Raker. HEX triplet: BA, AD and CE. RGB value is (186,173,206). Sum of RGB (Red+Green+Blue) = 186+173+206=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCE is #455231. Grayscale: #B4B4B4. Windows color (decimal): -4543026 or 13544890. OLE color: 13544890.

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

Color convert

RGB 186 173 206 -
CMYK 0.10 0.16 0 0.19
HSL 263.64º 0.25% 0.74% -
HSV(B) 263.64º 0.16% 0.81% -
XYZ 46.33 44.78 64.59 -
YUV 180.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 186 173 206 0.10 0.16 0 0.19 263.64 0.25 0.74
Hex BA AD CE A 10 0 13 108 19 4A
Octal 272 255 316 12 20 0 23 410 31 112
Binary 10111010 10101101 11001110 1010 10000 0 10011 100001000 11001 1001010

Color Harmonies of #BAADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADCE

Black with #BAADCE

Text Example


Text Example

White with #BAADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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