Html Css Color HEX #BCACE2 Moon Raker

📋 copy color: '#BCACE2'

red 188 ◦ green 172 ◦ blue 226

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

Shades of Moon Raker #BCACE2

Tints of Moon Raker #BCACE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 32.08%
G = 29.35%
B = 38.57%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCACE2 (or 0xBCACE2) is known color: Moon Raker. HEX triplet: BC, AC and E2. RGB value is (188,172,226). Sum of RGB (Red+Green+Blue) = 188+172+226=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE2 is #43531D. Grayscale: #B6B6B6. Windows color (decimal): -4412190 or 14855356. OLE color: 14855356.

HSL color Cylindrical-coordinate representation of color #BCACE2: hue angle of 257.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCACE2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 172 226 -
CMYK 0.17 0.24 0 0.11
HSL 257.78º 0.48% 0.78% -
HSV(B) 257.78º 0.24% 0.89% -
XYZ 49.22 45.69 78.18 -
YUV 182.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 188 172 226 0.17 0.24 0 0.11 257.78 0.48 0.78
Hex BC AC E2 11 18 0 B 102 30 4E
Octal 274 254 342 21 30 0 13 402 60 116
Binary 10111100 10101100 11100010 10001 11000 0 1011 100000010 110000 1001110

Color Harmonies of #BCACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACE2

Black with #BCACE2

Text Example


Text Example

White with #BCACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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