Html Css Color HEX #BFB7EC Melrose

📋 copy color: '#BFB7EC'

red 191 ◦ green 183 ◦ blue 236

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

Shades of Melrose #BFB7EC

Tints of Melrose #BFB7EC

RGB

 RED value IS 191 (75% from 255) = 31.31%

 GREEN value IS 183 (71.88% from 255) = 30%

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 31.31%
G = 30%
B = 38.69%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB7EC (or 0xBFB7EC) is known color: Melrose. HEX triplet: BF, B7 and EC. RGB value is (191,183,236). Sum of RGB (Red+Green+Blue) = 191+183+236=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EC is #404813. Grayscale: #BFBFBF. Windows color (decimal): -4212756 or 15513535. OLE color: 15513535.

HSL color Cylindrical-coordinate representation of color #BFB7EC: hue angle of 249.06º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB7EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 183 236 -
CMYK 0.19 0.22 0 0.07
HSL 249.06º 0.58% 0.82% -
HSV(B) 249.06º 0.22% 0.93% -
XYZ 53.56 51 86.38 -
YUV 191.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 191 183 236 0.19 0.22 0 0.07 249.06 0.58 0.82
Hex BF B7 EC 13 16 0 7 F9 3A 52
Octal 277 267 354 23 26 0 7 371 72 122
Binary 10111111 10110111 11101100 10011 10110 0 111 11111001 111010 1010010

Color Harmonies of #BFB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7EC

Black with #BFB7EC

Text Example


Text Example

White with #BFB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7EC; }

 p { color: rgb(191,183,236); }

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

background-color css

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

 a { background-color: rgb(191,183,236); }

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

border-color css

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

 span { border-color: rgb(191,183,236); }

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