Html Css Color HEX #BCB0DF Melrose

📋 copy color: '#BCB0DF'

red 188 ◦ green 176 ◦ blue 223

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

Shades of Melrose #BCB0DF

Tints of Melrose #BCB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.98%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 32.03%
G = 29.98%
B = 37.99%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB0DF (or 0xBCB0DF) is known color: Melrose. HEX triplet: BC, B0 and DF. RGB value is (188,176,223). Sum of RGB (Red+Green+Blue) = 188+176+223=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DF is #434F20. Grayscale: #B8B8B8. Windows color (decimal): -4411169 or 14659772. OLE color: 14659772.

HSL color Cylindrical-coordinate representation of color #BCB0DF: hue angle of 255.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB0DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 176 223 -
CMYK 0.16 0.21 0 0.13
HSL 255.32º 0.42% 0.78% -
HSV(B) 255.32º 0.21% 0.87% -
XYZ 49.58 47.07 76.28 -
YUV 184.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 188 176 223 0.16 0.21 0 0.13 255.32 0.42 0.78
Hex BC B0 DF 10 15 0 D FF 2A 4E
Octal 274 260 337 20 25 0 15 377 52 116
Binary 10111100 10110000 11011111 10000 10101 0 1101 11111111 101010 1001110

Color Harmonies of #BCB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0DF

Black with #BCB0DF

Text Example


Text Example

White with #BCB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0DF; }

 p { color: rgb(188,176,223); }

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

background-color css

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

 a { background-color: rgb(188,176,223); }

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

border-color css

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

 span { border-color: rgb(188,176,223); }

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