Html Css Color HEX #BCACD6 Moon Raker

📋 copy color: '#BCACD6'

red 188 ◦ green 172 ◦ blue 214

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

Shades of Moon Raker #BCACD6

Tints of Moon Raker #BCACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 32.75%
G = 29.97%
B = 37.28%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCACD6 (or 0xBCACD6) is known color: Moon Raker. HEX triplet: BC, AC and D6. RGB value is (188,172,214). Sum of RGB (Red+Green+Blue) = 188+172+214=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD6 is #435329. Grayscale: #B5B5B5. Windows color (decimal): -4412202 or 14068924. OLE color: 14068924.

HSL color Cylindrical-coordinate representation of color #BCACD6: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCACD6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 172 214 -
CMYK 0.12 0.20 0 0.16
HSL 262.86º 0.34% 0.76% -
HSV(B) 262.86º 0.2% 0.84% -
XYZ 47.63 45.05 69.8 -
YUV 181.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 188 172 214 0.12 0.20 0 0.16 262.86 0.34 0.76
Hex BC AC D6 C 14 0 10 107 22 4C
Octal 274 254 326 14 24 0 20 407 42 114
Binary 10111100 10101100 11010110 1100 10100 0 10000 100000111 100010 1001100

Color Harmonies of #BCACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACD6

Black with #BCACD6

Text Example


Text Example

White with #BCACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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