Html Css Color HEX #BFB7ED Melrose

📋 copy color: '#BFB7ED'

red 191 ◦ green 183 ◦ blue 237

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

Shades of Melrose #BFB7ED

Tints of Melrose #BFB7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 31.26%
G = 29.95%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB7ED (or 0xBFB7ED) is known color: Melrose. HEX triplet: BF, B7 and ED. RGB value is (191,183,237). Sum of RGB (Red+Green+Blue) = 191+183+237=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7ED is #404812. Grayscale: #BFBFBF. Windows color (decimal): -4212755 or 15579071. OLE color: 15579071.

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

Color convert

RGB 191 183 237 -
CMYK 0.19 0.23 0 0.07
HSL 248.89º 0.6% 0.82% -
HSV(B) 248.89º 0.23% 0.93% -
XYZ 53.71 51.06 87.15 -
YUV 191.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 191 183 237 0.19 0.23 0 0.07 248.89 0.6 0.82
Hex BF B7 ED 13 17 0 7 F9 3C 52
Octal 277 267 355 23 27 0 7 371 74 122
Binary 10111111 10110111 11101101 10011 10111 0 111 11111001 111100 1010010

Color Harmonies of #BFB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7ED

Black with #BFB7ED

Text Example


Text Example

White with #BFB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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