Html Css Color HEX #BCB4DD Melrose

📋 copy color: '#BCB4DD'

red 188 ◦ green 180 ◦ blue 221

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

Shades of Melrose #BCB4DD

Tints of Melrose #BCB4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 31.92%
G = 30.56%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB4DD (or 0xBCB4DD) is known color: Melrose. HEX triplet: BC, B4 and DD. RGB value is (188,180,221). Sum of RGB (Red+Green+Blue) = 188+180+221=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DD is #434B22. Grayscale: #BABABA. Windows color (decimal): -4410147 or 14529724. OLE color: 14529724.

HSL color Cylindrical-coordinate representation of color #BCB4DD: hue angle of 251.71º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB4DD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 180 221 -
CMYK 0.15 0.19 0 0.13
HSL 251.71º 0.38% 0.79% -
HSV(B) 251.71º 0.19% 0.87% -
XYZ 50.11 48.55 75.14 -
YUV 187.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 188 180 221 0.15 0.19 0 0.13 251.71 0.38 0.79
Hex BC B4 DD F 13 0 D FC 26 4F
Octal 274 264 335 17 23 0 15 374 46 117
Binary 10111100 10110100 11011101 1111 10011 0 1101 11111100 100110 1001111

Color Harmonies of #BCB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4DD

Black with #BCB4DD

Text Example


Text Example

White with #BCB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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