Html Css Color HEX #BAADD7 Moon Raker

📋 copy color: '#BAADD7'

red 186 ◦ green 173 ◦ blue 215

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

Shades of Moon Raker #BAADD7

Tints of Moon Raker #BAADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.46%

R = 32.4%
G = 30.14%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAADD7 (or 0xBAADD7) is known color: Moon Raker. HEX triplet: BA, AD and D7. RGB value is (186,173,215). Sum of RGB (Red+Green+Blue) = 186+173+215=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD7 is #455228. Grayscale: #B5B5B5. Windows color (decimal): -4543017 or 14134714. OLE color: 14134714.

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

Color convert

RGB 186 173 215 -
CMYK 0.13 0.20 0 0.16
HSL 258.57º 0.34% 0.76% -
HSV(B) 258.57º 0.2% 0.84% -
XYZ 47.46 45.23 70.52 -
YUV 181.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 186 173 215 0.13 0.20 0 0.16 258.57 0.34 0.76
Hex BA AD D7 D 14 0 10 103 22 4C
Octal 272 255 327 15 24 0 20 403 42 114
Binary 10111010 10101101 11010111 1101 10100 0 10000 100000011 100010 1001100

Color Harmonies of #BAADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADD7

Black with #BAADD7

Text Example


Text Example

White with #BAADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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