Html Css Color HEX #BCACF5 Melrose

📋 copy color: '#BCACF5'

red 188 ◦ green 172 ◦ blue 245

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

Shades of Melrose #BCACF5

Tints of Melrose #BCACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 31.07%
G = 28.43%
B = 40.5%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCACF5 (or 0xBCACF5) is known color: Melrose. HEX triplet: BC, AC and F5. RGB value is (188,172,245). Sum of RGB (Red+Green+Blue) = 188+172+245=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF5 is #43530A. Grayscale: #B8B8B8. Windows color (decimal): -4412171 or 16100540. OLE color: 16100540.

HSL color Cylindrical-coordinate representation of color #BCACF5: hue angle of 253.15º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCACF5 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 172 245 -
CMYK 0.23 0.30 0 0.04
HSL 253.15º 0.78% 0.82% -
HSV(B) 253.15º 0.3% 0.96% -
XYZ 51.97 46.79 92.68 -
YUV 185.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 188 172 245 0.23 0.30 0 0.04 253.15 0.78 0.82
Hex BC AC F5 17 1E 0 4 FD 4E 52
Octal 274 254 365 27 36 0 4 375 116 122
Binary 10111100 10101100 11110101 10111 11110 0 100 11111101 1001110 1010010

Color Harmonies of #BCACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACF5

Black with #BCACF5

Text Example


Text Example

White with #BCACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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