Html Css Color HEX #BCB4E1 Melrose

📋 copy color: '#BCB4E1'

red 188 ◦ green 180 ◦ blue 225

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

Shades of Melrose #BCB4E1

Tints of Melrose #BCB4E1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 31.7%
G = 30.35%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCB4E1 (or 0xBCB4E1) is known color: Melrose. HEX triplet: BC, B4 and E1. RGB value is (188,180,225). Sum of RGB (Red+Green+Blue) = 188+180+225=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4E1 is #434B1E. Grayscale: #BBBBBB. Windows color (decimal): -4410143 or 14791868. OLE color: 14791868.

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

Color convert

RGB 188 180 225 -
CMYK 0.16 0.2 0 0.12
HSL 250.67º 0.43% 0.79% -
HSV(B) 250.67º 0.2% 0.88% -
XYZ 50.65 48.77 77.98 -
YUV 187.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 188 180 225 0.16 0.2 0 0.12 250.67 0.43 0.79
Hex BC B4 E1 10 14 0 C FB 2B 4F
Octal 274 264 341 20 24 0 14 373 53 117
Binary 10111100 10110100 11100001 10000 10100 0 1100 11111011 101011 1001111

Color Harmonies of #BCB4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4E1

Black with #BCB4E1

Text Example


Text Example

White with #BCB4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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