Html Css Color HEX #BFB9E0 Melrose

📋 copy color: '#BFB9E0'

red 191 ◦ green 185 ◦ blue 224

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

Shades of Melrose #BFB9E0

Tints of Melrose #BFB9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.33%

R = 31.83%
G = 30.83%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFB9E0 (or 0xBFB9E0) is known color: Melrose. HEX triplet: BF, B9 and E0. RGB value is (191,185,224). Sum of RGB (Red+Green+Blue) = 191+185+224=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFB9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9E0 is #40461F. Grayscale: #BFBFBF. Windows color (decimal): -4212256 or 14727615. OLE color: 14727615.

HSL color Cylindrical-coordinate representation of color #BFB9E0: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB9E0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 185 224 -
CMYK 0.15 0.17 0 0.12
HSL 249.23º 0.39% 0.8% -
HSV(B) 249.23º 0.17% 0.88% -
XYZ 52.29 51.16 77.64 -
YUV 191.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 191 185 224 0.15 0.17 0 0.12 249.23 0.39 0.8
Hex BF B9 E0 F 11 0 C F9 27 50
Octal 277 271 340 17 21 0 14 371 47 120
Binary 10111111 10111001 11100000 1111 10001 0 1100 11111001 100111 1010000

Color Harmonies of #BFB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9E0

Black with #BFB9E0

Text Example


Text Example

White with #BFB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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