Html Css Color HEX #BAADC9 Moon Raker

📋 copy color: '#BAADC9'

red 186 ◦ green 173 ◦ blue 201

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

Shades of Moon Raker #BAADC9

Tints of Moon Raker #BAADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.89%

R = 33.21%
G = 30.89%
B = 35.89%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAADC9 (or 0xBAADC9) is known color: Moon Raker. HEX triplet: BA, AD and C9. RGB value is (186,173,201). Sum of RGB (Red+Green+Blue) = 186+173+201=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC9 is #455236. Grayscale: #B3B3B3. Windows color (decimal): -4543031 or 13217210. OLE color: 13217210.

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

Color convert

RGB 186 173 201 -
CMYK 0.07 0.14 0 0.21
HSL 267.86º 0.21% 0.73% -
HSV(B) 267.86º 0.14% 0.79% -
XYZ 45.74 44.54 61.45 -
YUV 180.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 186 173 201 0.07 0.14 0 0.21 267.86 0.21 0.73
Hex BA AD C9 7 E 0 15 10C 15 49
Octal 272 255 311 7 16 0 25 414 25 111
Binary 10111010 10101101 11001001 111 1110 0 10101 100001100 10101 1001001

Color Harmonies of #BAADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADC9

Black with #BAADC9

Text Example


Text Example

White with #BAADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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