Html Css Color HEX #BCB4E3 Melrose

📋 copy color: '#BCB4E3'

red 188 ◦ green 180 ◦ blue 227

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

Shades of Melrose #BCB4E3

Tints of Melrose #BCB4E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.15%

R = 31.6%
G = 30.25%
B = 38.15%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCB4E3 (or 0xBCB4E3) is known color: Melrose. HEX triplet: BC, B4 and E3. RGB value is (188,180,227). Sum of RGB (Red+Green+Blue) = 188+180+227=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCB4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4E3 is #434B1C. Grayscale: #BBBBBB. Windows color (decimal): -4410141 or 14922940. OLE color: 14922940.

HSL color Cylindrical-coordinate representation of color #BCB4E3: hue angle of 250.21º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB4E3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 180 227 -
CMYK 0.17 0.21 0 0.11
HSL 250.21º 0.46% 0.8% -
HSV(B) 250.21º 0.21% 0.89% -
XYZ 50.93 48.88 79.42 -
YUV 187.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 188 180 227 0.17 0.21 0 0.11 250.21 0.46 0.8
Hex BC B4 E3 11 15 0 B FA 2E 50
Octal 274 264 343 21 25 0 13 372 56 120
Binary 10111100 10110100 11100011 10001 10101 0 1011 11111010 101110 1010000

Color Harmonies of #BCB4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4E3

Black with #BCB4E3

Text Example


Text Example

White with #BCB4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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