Html Css Color HEX #BFB7E6 Melrose

📋 copy color: '#BFB7E6'

red 191 ◦ green 183 ◦ blue 230

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

Shades of Melrose #BFB7E6

Tints of Melrose #BFB7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 31.62%
G = 30.3%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFB7E6 (or 0xBFB7E6) is known color: Melrose. HEX triplet: BF, B7 and E6. RGB value is (191,183,230). Sum of RGB (Red+Green+Blue) = 191+183+230=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7E6 is #404819. Grayscale: #BEBEBE. Windows color (decimal): -4212762 or 15120319. OLE color: 15120319.

HSL color Cylindrical-coordinate representation of color #BFB7E6: hue angle of 250.21º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB7E6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 183 230 -
CMYK 0.17 0.20 0 0.10
HSL 250.21º 0.48% 0.81% -
HSV(B) 250.21º 0.2% 0.9% -
XYZ 52.7 50.66 81.86 -
YUV 190.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 191 183 230 0.17 0.20 0 0.10 250.21 0.48 0.81
Hex BF B7 E6 11 14 0 A FA 30 51
Octal 277 267 346 21 24 0 12 372 60 121
Binary 10111111 10110111 11100110 10001 10100 0 1010 11111010 110000 1010001

Color Harmonies of #BFB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7E6

Black with #BFB7E6

Text Example


Text Example

White with #BFB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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