Html Css Color HEX #BCACD8 Moon Raker

📋 copy color: '#BCACD8'

red 188 ◦ green 172 ◦ blue 216

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

Shades of Moon Raker #BCACD8

Tints of Moon Raker #BCACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.5%

R = 32.64%
G = 29.86%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCACD8 (or 0xBCACD8) is known color: Moon Raker. HEX triplet: BC, AC and D8. RGB value is (188,172,216). Sum of RGB (Red+Green+Blue) = 188+172+216=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD8 is #435327. Grayscale: #B5B5B5. Windows color (decimal): -4412200 or 14199996. OLE color: 14199996.

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

Color convert

RGB 188 172 216 -
CMYK 0.13 0.20 0 0.15
HSL 261.82º 0.36% 0.76% -
HSV(B) 261.82º 0.2% 0.85% -
XYZ 47.89 45.15 71.16 -
YUV 181.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 188 172 216 0.13 0.20 0 0.15 261.82 0.36 0.76
Hex BC AC D8 D 14 0 F 106 24 4C
Octal 274 254 330 15 24 0 17 406 44 114
Binary 10111100 10101100 11011000 1101 10100 0 1111 100000110 100100 1001100

Color Harmonies of #BCACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACD8

Black with #BCACD8

Text Example


Text Example

White with #BCACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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