Html Css Color HEX #BFB9E2 Melrose

📋 copy color: '#BFB9E2'

red 191 ◦ green 185 ◦ blue 226

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

Shades of Melrose #BFB9E2

Tints of Melrose #BFB9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 31.73%
G = 30.73%
B = 37.54%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFB9E2 (or 0xBFB9E2) is known color: Melrose. HEX triplet: BF, B9 and E2. RGB value is (191,185,226). Sum of RGB (Red+Green+Blue) = 191+185+226=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFB9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9E2 is #40461D. Grayscale: #BFBFBF. Windows color (decimal): -4212254 or 14858687. OLE color: 14858687.

HSL color Cylindrical-coordinate representation of color #BFB9E2: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB9E2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 185 226 -
CMYK 0.15 0.18 0 0.11
HSL 248.78º 0.41% 0.81% -
HSV(B) 248.78º 0.18% 0.89% -
XYZ 52.56 51.27 79.08 -
YUV 191.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 191 185 226 0.15 0.18 0 0.11 248.78 0.41 0.81
Hex BF B9 E2 F 12 0 B F9 29 51
Octal 277 271 342 17 22 0 13 371 51 121
Binary 10111111 10111001 11100010 1111 10010 0 1011 11111001 101001 1010001

Color Harmonies of #BFB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9E2

Black with #BFB9E2

Text Example


Text Example

White with #BFB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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