Html Css Color HEX #BAADDB Moon Raker

📋 copy color: '#BAADDB'

red 186 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #BAADDB

Tints of Moon Raker #BAADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 32.18%
G = 29.93%
B = 37.89%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAADDB (or 0xBAADDB) is known color: Moon Raker. HEX triplet: BA, AD and DB. RGB value is (186,173,219). Sum of RGB (Red+Green+Blue) = 186+173+219=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADDB is #455224. Grayscale: #B5B5B5. Windows color (decimal): -4543013 or 14396858. OLE color: 14396858.

HSL color Cylindrical-coordinate representation of color #BAADDB: hue angle of 256.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAADDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 173 219 -
CMYK 0.15 0.21 0 0.14
HSL 256.96º 0.39% 0.77% -
HSV(B) 256.96º 0.21% 0.86% -
XYZ 47.98 45.44 73.26 -
YUV 182.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 186 173 219 0.15 0.21 0 0.14 256.96 0.39 0.77
Hex BA AD DB F 15 0 E 101 27 4D
Octal 272 255 333 17 25 0 16 401 47 115
Binary 10111010 10101101 11011011 1111 10101 0 1110 100000001 100111 1001101

Color Harmonies of #BAADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADDB

Black with #BAADDB

Text Example


Text Example

White with #BAADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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