Html Css Color HEX #BCB1E1 Melrose

📋 copy color: '#BCB1E1'

red 188 ◦ green 177 ◦ blue 225

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

Shades of Melrose #BCB1E1

Tints of Melrose #BCB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30%

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

R = 31.86%
G = 30%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCB1E1 (or 0xBCB1E1) is known color: Melrose. HEX triplet: BC, B1 and E1. RGB value is (188,177,225). Sum of RGB (Red+Green+Blue) = 188+177+225=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1E1 is #434E1E. Grayscale: #B9B9B9. Windows color (decimal): -4410911 or 14791100. OLE color: 14791100.

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

Color convert

RGB 188 177 225 -
CMYK 0.16 0.21 0 0.12
HSL 253.75º 0.44% 0.79% -
HSV(B) 253.75º 0.21% 0.88% -
XYZ 50.05 47.57 77.78 -
YUV 185.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 188 177 225 0.16 0.21 0 0.12 253.75 0.44 0.79
Hex BC B1 E1 10 15 0 C FE 2C 4F
Octal 274 261 341 20 25 0 14 376 54 117
Binary 10111100 10110001 11100001 10000 10101 0 1100 11111110 101100 1001111

Color Harmonies of #BCB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1E1

Black with #BCB1E1

Text Example


Text Example

White with #BCB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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