Html Css Color HEX #BCB1EF Melrose

📋 copy color: '#BCB1EF'

red 188 ◦ green 177 ◦ blue 239

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

Shades of Melrose #BCB1EF

Tints of Melrose #BCB1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 31.13%
G = 29.3%
B = 39.57%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCB1EF (or 0xBCB1EF) is known color: Melrose. HEX triplet: BC, B1 and EF. RGB value is (188,177,239). Sum of RGB (Red+Green+Blue) = 188+177+239=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1EF is #434E10. Grayscale: #BBBBBB. Windows color (decimal): -4410897 or 15708604. OLE color: 15708604.

HSL color Cylindrical-coordinate representation of color #BCB1EF: hue angle of 250.65º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB1EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 177 239 -
CMYK 0.21 0.26 0 0.06
HSL 250.65º 0.66% 0.82% -
HSV(B) 250.65º 0.26% 0.94% -
XYZ 52.04 48.37 88.25 -
YUV 187.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 188 177 239 0.21 0.26 0 0.06 250.65 0.66 0.82
Hex BC B1 EF 15 1A 0 6 FB 42 52
Octal 274 261 357 25 32 0 6 373 102 122
Binary 10111100 10110001 11101111 10101 11010 0 110 11111011 1000010 1010010

Color Harmonies of #BCB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1EF

Black with #BCB1EF

Text Example


Text Example

White with #BCB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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