Html Css Color HEX #BFB7EE Melrose

📋 copy color: '#BFB7EE'

red 191 ◦ green 183 ◦ blue 238

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

Shades of Melrose #BFB7EE

Tints of Melrose #BFB7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 31.21%
G = 29.9%
B = 38.89%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB7EE (or 0xBFB7EE) is known color: Melrose. HEX triplet: BF, B7 and EE. RGB value is (191,183,238). Sum of RGB (Red+Green+Blue) = 191+183+238=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EE is #404811. Grayscale: #BFBFBF. Windows color (decimal): -4212754 or 15644607. OLE color: 15644607.

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

Color convert

RGB 191 183 238 -
CMYK 0.20 0.23 0 0.07
HSL 248.73º 0.62% 0.83% -
HSV(B) 248.73º 0.23% 0.93% -
XYZ 53.85 51.12 87.92 -
YUV 191.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 191 183 238 0.20 0.23 0 0.07 248.73 0.62 0.83
Hex BF B7 EE 14 17 0 7 F9 3E 53
Octal 277 267 356 24 27 0 7 371 76 123
Binary 10111111 10110111 11101110 10100 10111 0 111 11111001 111110 1010011

Color Harmonies of #BFB7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7EE

Black with #BFB7EE

Text Example


Text Example

White with #BFB7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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