Html Css Color HEX #BCACD2 Moon Raker

📋 copy color: '#BCACD2'

red 188 ◦ green 172 ◦ blue 210

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

Shades of Moon Raker #BCACD2

Tints of Moon Raker #BCACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 32.98%
G = 30.18%
B = 36.84%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCACD2 (or 0xBCACD2) is known color: Moon Raker. HEX triplet: BC, AC and D2. RGB value is (188,172,210). Sum of RGB (Red+Green+Blue) = 188+172+210=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD2 is #43532D. Grayscale: #B4B4B4. Windows color (decimal): -4412206 or 13806780. OLE color: 13806780.

HSL color Cylindrical-coordinate representation of color #BCACD2: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCACD2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 172 210 -
CMYK 0.10 0.18 0 0.18
HSL 265.26º 0.3% 0.75% -
HSV(B) 265.26º 0.18% 0.82% -
XYZ 47.12 44.85 67.15 -
YUV 181.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 188 172 210 0.10 0.18 0 0.18 265.26 0.3 0.75
Hex BC AC D2 A 12 0 12 109 1E 4B
Octal 274 254 322 12 22 0 22 411 36 113
Binary 10111100 10101100 11010010 1010 10010 0 10010 100001001 11110 1001011

Color Harmonies of #BCACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACD2

Black with #BCACD2

Text Example


Text Example

White with #BCACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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