Html Css Color HEX #BCB4DA Melrose

📋 copy color: '#BCB4DA'

red 188 ◦ green 180 ◦ blue 218

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

Shades of Melrose #BCB4DA

Tints of Melrose #BCB4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 32.08%
G = 30.72%
B = 37.2%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCB4DA (or 0xBCB4DA) is known color: Melrose. HEX triplet: BC, B4 and DA. RGB value is (188,180,218). Sum of RGB (Red+Green+Blue) = 188+180+218=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DA is #434B25. Grayscale: #BABABA. Windows color (decimal): -4410150 or 14333116. OLE color: 14333116.

HSL color Cylindrical-coordinate representation of color #BCB4DA: hue angle of 252.63º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB4DA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 180 218 -
CMYK 0.14 0.17 0 0.15
HSL 252.63º 0.34% 0.78% -
HSV(B) 252.63º 0.17% 0.85% -
XYZ 49.72 48.4 73.05 -
YUV 186.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 188 180 218 0.14 0.17 0 0.15 252.63 0.34 0.78
Hex BC B4 DA E 11 0 F FD 22 4E
Octal 274 264 332 16 21 0 17 375 42 116
Binary 10111100 10110100 11011010 1110 10001 0 1111 11111101 100010 1001110

Color Harmonies of #BCB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4DA

Black with #BCB4DA

Text Example


Text Example

White with #BCB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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