Html Css Color HEX #BCB0E1 Melrose

📋 copy color: '#BCB0E1'

red 188 ◦ green 176 ◦ blue 225

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

Shades of Melrose #BCB0E1

Tints of Melrose #BCB0E1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

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

R = 31.92%
G = 29.88%
B = 38.2%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCB0E1 (or 0xBCB0E1) is known color: Melrose. HEX triplet: BC, B0 and E1. RGB value is (188,176,225). Sum of RGB (Red+Green+Blue) = 188+176+225=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0E1 is #434F1E. Grayscale: #B8B8B8. Windows color (decimal): -4411167 or 14790844. OLE color: 14790844.

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

Color convert

RGB 188 176 225 -
CMYK 0.16 0.22 0 0.12
HSL 254.69º 0.45% 0.79% -
HSV(B) 254.69º 0.22% 0.88% -
XYZ 49.85 47.18 77.71 -
YUV 185.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 188 176 225 0.16 0.22 0 0.12 254.69 0.45 0.79
Hex BC B0 E1 10 16 0 C FF 2D 4F
Octal 274 260 341 20 26 0 14 377 55 117
Binary 10111100 10110000 11100001 10000 10110 0 1100 11111111 101101 1001111

Color Harmonies of #BCB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0E1

Black with #BCB0E1

Text Example


Text Example

White with #BCB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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