Html Css Color HEX #BFB7E7 Melrose

📋 copy color: '#BFB7E7'

red 191 ◦ green 183 ◦ blue 231

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

Shades of Melrose #BFB7E7

Tints of Melrose #BFB7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 31.57%
G = 30.25%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB7E7 (or 0xBFB7E7) is known color: Melrose. HEX triplet: BF, B7 and E7. RGB value is (191,183,231). Sum of RGB (Red+Green+Blue) = 191+183+231=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7E7 is #404818. Grayscale: #BEBEBE. Windows color (decimal): -4212761 or 15185855. OLE color: 15185855.

HSL color Cylindrical-coordinate representation of color #BFB7E7: hue angle of 250º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB7E7 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 183 231 -
CMYK 0.17 0.21 0 0.09
HSL 250º 0.5% 0.81% -
HSV(B) 250º 0.21% 0.91% -
XYZ 52.84 50.71 82.6 -
YUV 190.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 191 183 231 0.17 0.21 0 0.09 250 0.5 0.81
Hex BF B7 E7 11 15 0 9 FA 32 51
Octal 277 267 347 21 25 0 11 372 62 121
Binary 10111111 10110111 11100111 10001 10101 0 1001 11111010 110010 1010001

Color Harmonies of #BFB7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7E7

Black with #BFB7E7

Text Example


Text Example

White with #BFB7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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