Html Css Color HEX #BCACF2 Melrose

📋 copy color: '#BCACF2'

red 188 ◦ green 172 ◦ blue 242

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

Shades of Melrose #BCACF2

Tints of Melrose #BCACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 31.23%
G = 28.57%
B = 40.2%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCACF2 (or 0xBCACF2) is known color: Melrose. HEX triplet: BC, AC and F2. RGB value is (188,172,242). Sum of RGB (Red+Green+Blue) = 188+172+242=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF2 is #43530D. Grayscale: #B8B8B8. Windows color (decimal): -4412174 or 15903932. OLE color: 15903932.

HSL color Cylindrical-coordinate representation of color #BCACF2: hue angle of 253.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCACF2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 172 242 -
CMYK 0.22 0.29 0 0.05
HSL 253.71º 0.73% 0.81% -
HSV(B) 253.71º 0.29% 0.95% -
XYZ 51.52 46.61 90.29 -
YUV 184.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 188 172 242 0.22 0.29 0 0.05 253.71 0.73 0.81
Hex BC AC F2 16 1D 0 5 FE 49 51
Octal 274 254 362 26 35 0 5 376 111 121
Binary 10111100 10101100 11110010 10110 11101 0 101 11111110 1001001 1010001

Color Harmonies of #BCACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACF2

Black with #BCACF2

Text Example


Text Example

White with #BCACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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