Html Css Color HEX #BAADD6 Moon Raker

📋 copy color: '#BAADD6'

red 186 ◦ green 173 ◦ blue 214

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

Shades of Moon Raker #BAADD6

Tints of Moon Raker #BAADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 32.46%
G = 30.19%
B = 37.35%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAADD6 (or 0xBAADD6) is known color: Moon Raker. HEX triplet: BA, AD and D6. RGB value is (186,173,214). Sum of RGB (Red+Green+Blue) = 186+173+214=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD6 is #455229. Grayscale: #B5B5B5. Windows color (decimal): -4543018 or 14069178. OLE color: 14069178.

HSL color Cylindrical-coordinate representation of color #BAADD6: hue angle of 259.02º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAADD6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 173 214 -
CMYK 0.13 0.19 0 0.16
HSL 259.02º 0.33% 0.76% -
HSV(B) 259.02º 0.19% 0.84% -
XYZ 47.33 45.18 69.84 -
YUV 181.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 186 173 214 0.13 0.19 0 0.16 259.02 0.33 0.76
Hex BA AD D6 D 13 0 10 103 21 4C
Octal 272 255 326 15 23 0 20 403 41 114
Binary 10111010 10101101 11010110 1101 10011 0 10000 100000011 100001 1001100

Color Harmonies of #BAADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADD6

Black with #BAADD6

Text Example


Text Example

White with #BAADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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