Html Css Color HEX #BAADCF Moon Raker

📋 copy color: '#BAADCF'

red 186 ◦ green 173 ◦ blue 207

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

Shades of Moon Raker #BAADCF

Tints of Moon Raker #BAADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 32.86%
G = 30.57%
B = 36.57%

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

#BAADCF (or 0xBAADCF) is known color: Moon Raker. HEX triplet: BA, AD and CF. RGB value is (186,173,207). Sum of RGB (Red+Green+Blue) = 186+173+207=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCF is #455230. Grayscale: #B4B4B4. Windows color (decimal): -4543025 or 13610426. OLE color: 13610426.

HSL color Cylindrical-coordinate representation of color #BAADCF: hue angle of 262.94º degrees, saturation: 0.26, 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 #BAADCF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 173 207 -
CMYK 0.10 0.16 0 0.19
HSL 262.94º 0.26% 0.75% -
HSV(B) 262.94º 0.16% 0.81% -
XYZ 46.46 44.83 65.24 -
YUV 180.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 186 173 207 0.10 0.16 0 0.19 262.94 0.26 0.75
Hex BA AD CF A 10 0 13 107 1A 4B
Octal 272 255 317 12 20 0 23 407 32 113
Binary 10111010 10101101 11001111 1010 10000 0 10011 100000111 11010 1001011

Color Harmonies of #BAADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADCF

Black with #BAADCF

Text Example


Text Example

White with #BAADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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