Html Css Color HEX #BAACDE Moon Raker

📋 copy color: '#BAACDE'

red 186 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #BAACDE

Tints of Moon Raker #BAACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 32.07%
G = 29.66%
B = 38.28%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAACDE (or 0xBAACDE) is known color: Moon Raker. HEX triplet: BA, AC and DE. RGB value is (186,172,222). Sum of RGB (Red+Green+Blue) = 186+172+222=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDE is #455321. Grayscale: #B5B5B5. Windows color (decimal): -4543266 or 14593210. OLE color: 14593210.

HSL color Cylindrical-coordinate representation of color #BAACDE: hue angle of 256.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAACDE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 172 222 -
CMYK 0.16 0.23 0 0.13
HSL 256.8º 0.43% 0.77% -
HSV(B) 256.8º 0.23% 0.87% -
XYZ 48.19 45.22 75.3 -
YUV 181.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 186 172 222 0.16 0.23 0 0.13 256.8 0.43 0.77
Hex BA AC DE 10 17 0 D 101 2B 4D
Octal 272 254 336 20 27 0 15 401 53 115
Binary 10111010 10101100 11011110 10000 10111 0 1101 100000001 101011 1001101

Color Harmonies of #BAACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACDE

Black with #BAACDE

Text Example


Text Example

White with #BAACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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