Html Css Color HEX #BAADCD Moon Raker

📋 copy color: '#BAADCD'

red 186 ◦ green 173 ◦ blue 205

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

Shades of Moon Raker #BAADCD

Tints of Moon Raker #BAADCD

RGB

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

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

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

R = 32.98%
G = 30.67%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAADCD (or 0xBAADCD) is known color: Moon Raker. HEX triplet: BA, AD and CD. RGB value is (186,173,205). Sum of RGB (Red+Green+Blue) = 186+173+205=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCD is #455232. Grayscale: #B4B4B4. Windows color (decimal): -4543027 or 13479354. OLE color: 13479354.

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

Color convert

RGB 186 173 205 -
CMYK 0.09 0.16 0 0.20
HSL 264.38º 0.24% 0.74% -
HSV(B) 264.38º 0.16% 0.8% -
XYZ 46.21 44.73 63.96 -
YUV 180.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 186 173 205 0.09 0.16 0 0.20 264.38 0.24 0.74
Hex BA AD CD 9 10 0 14 108 18 4A
Octal 272 255 315 11 20 0 24 410 30 112
Binary 10111010 10101101 11001101 1001 10000 0 10100 100001000 11000 1001010

Color Harmonies of #BAADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADCD

Black with #BAADCD

Text Example


Text Example

White with #BAADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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