Html Css Color HEX #BAAEDB Moon Raker

📋 copy color: '#BAAEDB'

red 186 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #BAAEDB

Tints of Moon Raker #BAAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

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

R = 32.12%
G = 30.05%
B = 37.82%

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

#BAAEDB (or 0xBAAEDB) is known color: Moon Raker. HEX triplet: BA, AE and DB. RGB value is (186,174,219). Sum of RGB (Red+Green+Blue) = 186+174+219=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDB is #455124. Grayscale: #B6B6B6. Windows color (decimal): -4542757 or 14397114. OLE color: 14397114.

HSL color Cylindrical-coordinate representation of color #BAAEDB: hue angle of 256º degrees, saturation: 0.38, 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 #BAAEDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 174 219 -
CMYK 0.15 0.21 0 0.14
HSL 256º 0.38% 0.77% -
HSV(B) 256º 0.21% 0.86% -
XYZ 48.17 45.83 73.32 -
YUV 182.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 186 174 219 0.15 0.21 0 0.14 256 0.38 0.77
Hex BA AE DB F 15 0 E 100 26 4D
Octal 272 256 333 17 25 0 16 400 46 115
Binary 10111010 10101110 11011011 1111 10101 0 1110 100000000 100110 1001101

Color Harmonies of #BAAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEDB

Black with #BAAEDB

Text Example


Text Example

White with #BAAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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