Html Css Color HEX #BCB1DF Melrose

📋 copy color: '#BCB1DF'

red 188 ◦ green 177 ◦ blue 223

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

Shades of Melrose #BCB1DF

Tints of Melrose #BCB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.1%

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

R = 31.97%
G = 30.1%
B = 37.93%

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

#BCB1DF (or 0xBCB1DF) is known color: Melrose. HEX triplet: BC, B1 and DF. RGB value is (188,177,223). Sum of RGB (Red+Green+Blue) = 188+177+223=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1DF is #434E20. Grayscale: #B9B9B9. Windows color (decimal): -4410913 or 14660028. OLE color: 14660028.

HSL color Cylindrical-coordinate representation of color #BCB1DF: hue angle of 254.35º 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 #BCB1DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 177 223 -
CMYK 0.16 0.21 0 0.13
HSL 254.35º 0.42% 0.78% -
HSV(B) 254.35º 0.21% 0.87% -
XYZ 49.78 47.46 76.35 -
YUV 185.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 188 177 223 0.16 0.21 0 0.13 254.35 0.42 0.78
Hex BC B1 DF 10 15 0 D FE 2A 4E
Octal 274 261 337 20 25 0 15 376 52 116
Binary 10111100 10110001 11011111 10000 10101 0 1101 11111110 101010 1001110

Color Harmonies of #BCB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1DF

Black with #BCB1DF

Text Example


Text Example

White with #BCB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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