Html Css Color HEX #BFB9E7 Melrose

📋 copy color: '#BFB9E7'

red 191 ◦ green 185 ◦ blue 231

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

Shades of Melrose #BFB9E7

Tints of Melrose #BFB9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.48%

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

R = 31.47%
G = 30.48%
B = 38.06%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB9E7 (or 0xBFB9E7) is known color: Melrose. HEX triplet: BF, B9 and E7. RGB value is (191,185,231). Sum of RGB (Red+Green+Blue) = 191+185+231=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9E7 is #404618. Grayscale: #BFBFBF. Windows color (decimal): -4212249 or 15186367. OLE color: 15186367.

HSL color Cylindrical-coordinate representation of color #BFB9E7: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB9E7 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 185 231 -
CMYK 0.17 0.20 0 0.09
HSL 247.83º 0.49% 0.82% -
HSV(B) 247.83º 0.2% 0.91% -
XYZ 53.26 51.54 82.74 -
YUV 192.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 191 185 231 0.17 0.20 0 0.09 247.83 0.49 0.82
Hex BF B9 E7 11 14 0 9 F8 31 52
Octal 277 271 347 21 24 0 11 370 61 122
Binary 10111111 10111001 11100111 10001 10100 0 1001 11111000 110001 1010010

Color Harmonies of #BFB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9E7

Black with #BFB9E7

Text Example


Text Example

White with #BFB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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