Html Css Color HEX #BAADD8 Moon Raker

📋 copy color: '#BAADD8'

red 186 ◦ green 173 ◦ blue 216

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

Shades of Moon Raker #BAADD8

Tints of Moon Raker #BAADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 32.35%
G = 30.09%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAADD8 (or 0xBAADD8) is known color: Moon Raker. HEX triplet: BA, AD and D8. RGB value is (186,173,216). Sum of RGB (Red+Green+Blue) = 186+173+216=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD8 is #455227. Grayscale: #B5B5B5. Windows color (decimal): -4543016 or 14200250. OLE color: 14200250.

HSL color Cylindrical-coordinate representation of color #BAADD8: hue angle of 258.14º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAADD8 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 173 216 -
CMYK 0.14 0.20 0 0.15
HSL 258.14º 0.36% 0.76% -
HSV(B) 258.14º 0.2% 0.85% -
XYZ 47.59 45.28 71.2 -
YUV 181.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 186 173 216 0.14 0.20 0 0.15 258.14 0.36 0.76
Hex BA AD D8 E 14 0 F 102 24 4C
Octal 272 255 330 16 24 0 17 402 44 114
Binary 10111010 10101101 11011000 1110 10100 0 1111 100000010 100100 1001100

Color Harmonies of #BAADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADD8

Black with #BAADD8

Text Example


Text Example

White with #BAADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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