Html Css Color HEX #BAACDB Moon Raker

📋 copy color: '#BAACDB'

red 186 ◦ green 172 ◦ blue 219

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

Shades of Moon Raker #BAACDB

Tints of Moon Raker #BAACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.81%

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

R = 32.24%
G = 29.81%
B = 37.95%

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

#BAACDB (or 0xBAACDB) is known color: Moon Raker. HEX triplet: BA, AC and DB. RGB value is (186,172,219). Sum of RGB (Red+Green+Blue) = 186+172+219=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDB is #455324. Grayscale: #B5B5B5. Windows color (decimal): -4543269 or 14396602. OLE color: 14396602.

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

Color convert

RGB 186 172 219 -
CMYK 0.15 0.21 0 0.14
HSL 257.87º 0.39% 0.77% -
HSV(B) 257.87º 0.21% 0.86% -
XYZ 47.79 45.06 73.2 -
YUV 181.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 186 172 219 0.15 0.21 0 0.14 257.87 0.39 0.77
Hex BA AC DB F 15 0 E 102 27 4D
Octal 272 254 333 17 25 0 16 402 47 115
Binary 10111010 10101100 11011011 1111 10101 0 1110 100000010 100111 1001101

Color Harmonies of #BAACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACDB

Black with #BAACDB

Text Example


Text Example

White with #BAACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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