Html Css Color HEX #BCB4DE Melrose

📋 copy color: '#BCB4DE'

red 188 ◦ green 180 ◦ blue 222

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

Shades of Melrose #BCB4DE

Tints of Melrose #BCB4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.63%

R = 31.86%
G = 30.51%
B = 37.63%

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

#BCB4DE (or 0xBCB4DE) is known color: Melrose. HEX triplet: BC, B4 and DE. RGB value is (188,180,222). Sum of RGB (Red+Green+Blue) = 188+180+222=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DE is #434B21. Grayscale: #BBBBBB. Windows color (decimal): -4410146 or 14595260. OLE color: 14595260.

HSL color Cylindrical-coordinate representation of color #BCB4DE: hue angle of 251.43º degrees, saturation: 0.39, 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 #BCB4DE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 180 222 -
CMYK 0.15 0.19 0 0.13
HSL 251.43º 0.39% 0.79% -
HSV(B) 251.43º 0.19% 0.87% -
XYZ 50.25 48.61 75.84 -
YUV 187.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 188 180 222 0.15 0.19 0 0.13 251.43 0.39 0.79
Hex BC B4 DE F 13 0 D FB 27 4F
Octal 274 264 336 17 23 0 15 373 47 117
Binary 10111100 10110100 11011110 1111 10011 0 1101 11111011 100111 1001111

Color Harmonies of #BCB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4DE

Black with #BCB4DE

Text Example


Text Example

White with #BCB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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