Html Css Color HEX #BCACD9 Moon Raker

📋 copy color: '#BCACD9'

red 188 ◦ green 172 ◦ blue 217

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

Shades of Moon Raker #BCACD9

Tints of Moon Raker #BCACD9

RGB

 RED value IS 188 (73.83% from 255) = 32.58%

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

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 32.58%
G = 29.81%
B = 37.61%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCACD9 (or 0xBCACD9) is known color: Moon Raker. HEX triplet: BC, AC and D9. RGB value is (188,172,217). Sum of RGB (Red+Green+Blue) = 188+172+217=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD9 is #435326. Grayscale: #B5B5B5. Windows color (decimal): -4412199 or 14265532. OLE color: 14265532.

HSL color Cylindrical-coordinate representation of color #BCACD9: hue angle of 261.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCACD9 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 172 217 -
CMYK 0.13 0.21 0 0.15
HSL 261.33º 0.37% 0.76% -
HSV(B) 261.33º 0.21% 0.85% -
XYZ 48.02 45.21 71.84 -
YUV 181.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 188 172 217 0.13 0.21 0 0.15 261.33 0.37 0.76
Hex BC AC D9 D 15 0 F 105 25 4C
Octal 274 254 331 15 25 0 17 405 45 114
Binary 10111100 10101100 11011001 1101 10101 0 1111 100000101 100101 1001100

Color Harmonies of #BCACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACD9

Black with #BCACD9

Text Example


Text Example

White with #BCACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACD9; }

 p { color: rgb(188,172,217); }

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

background-color css

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

 a { background-color: rgb(188,172,217); }

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

border-color css

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

 span { border-color: rgb(188,172,217); }

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