Html Css Color HEX #BFB7EA Melrose

📋 copy color: '#BFB7EA'

red 191 ◦ green 183 ◦ blue 234

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

Shades of Melrose #BFB7EA

Tints of Melrose #BFB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 31.41%
G = 30.1%
B = 38.49%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFB7EA (or 0xBFB7EA) is known color: Melrose. HEX triplet: BF, B7 and EA. RGB value is (191,183,234). Sum of RGB (Red+Green+Blue) = 191+183+234=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EA is #404815. Grayscale: #BFBFBF. Windows color (decimal): -4212758 or 15382463. OLE color: 15382463.

HSL color Cylindrical-coordinate representation of color #BFB7EA: hue angle of 249.41º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB7EA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 183 234 -
CMYK 0.18 0.22 0 0.08
HSL 249.41º 0.55% 0.82% -
HSV(B) 249.41º 0.22% 0.92% -
XYZ 53.27 50.88 84.86 -
YUV 191.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 191 183 234 0.18 0.22 0 0.08 249.41 0.55 0.82
Hex BF B7 EA 12 16 0 8 F9 37 52
Octal 277 267 352 22 26 0 10 371 67 122
Binary 10111111 10110111 11101010 10010 10110 0 1000 11111001 110111 1010010

Color Harmonies of #BFB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7EA

Black with #BFB7EA

Text Example


Text Example

White with #BFB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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