Html Css Color HEX #BCACE1 Moon Raker

📋 copy color: '#BCACE1'

red 188 ◦ green 172 ◦ blue 225

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

Shades of Moon Raker #BCACE1

Tints of Moon Raker #BCACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 32.14%
G = 29.4%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCACE1 (or 0xBCACE1) is known color: Moon Raker. HEX triplet: BC, AC and E1. RGB value is (188,172,225). Sum of RGB (Red+Green+Blue) = 188+172+225=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE1 is #43531E. Grayscale: #B6B6B6. Windows color (decimal): -4412191 or 14789820. OLE color: 14789820.

HSL color Cylindrical-coordinate representation of color #BCACE1: hue angle of 258.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCACE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 172 225 -
CMYK 0.16 0.24 0 0.12
HSL 258.11º 0.47% 0.78% -
HSV(B) 258.11º 0.24% 0.88% -
XYZ 49.08 45.63 77.46 -
YUV 182.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 188 172 225 0.16 0.24 0 0.12 258.11 0.47 0.78
Hex BC AC E1 10 18 0 C 102 2F 4E
Octal 274 254 341 20 30 0 14 402 57 116
Binary 10111100 10101100 11100001 10000 11000 0 1100 100000010 101111 1001110

Color Harmonies of #BCACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACE1

Black with #BCACE1

Text Example


Text Example

White with #BCACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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