Html Css Color HEX #BAADD5 Moon Raker

📋 copy color: '#BAADD5'

red 186 ◦ green 173 ◦ blue 213

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

Shades of Moon Raker #BAADD5

Tints of Moon Raker #BAADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 32.52%
G = 30.24%
B = 37.24%

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

#BAADD5 (or 0xBAADD5) is known color: Moon Raker. HEX triplet: BA, AD and D5. RGB value is (186,173,213). Sum of RGB (Red+Green+Blue) = 186+173+213=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD5 is #45522A. Grayscale: #B5B5B5. Windows color (decimal): -4543019 or 14003642. OLE color: 14003642.

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

Color convert

RGB 186 173 213 -
CMYK 0.13 0.19 0 0.16
HSL 259.5º 0.32% 0.76% -
HSV(B) 259.5º 0.19% 0.84% -
XYZ 47.2 45.13 69.17 -
YUV 181.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 186 173 213 0.13 0.19 0 0.16 259.5 0.32 0.76
Hex BA AD D5 D 13 0 10 104 20 4C
Octal 272 255 325 15 23 0 20 404 40 114
Binary 10111010 10101101 11010101 1101 10011 0 10000 100000100 100000 1001100

Color Harmonies of #BAADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADD5

Black with #BAADD5

Text Example


Text Example

White with #BAADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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