Html Css Color HEX #BFB8E1 Melrose

📋 copy color: '#BFB8E1'

red 191 ◦ green 184 ◦ blue 225

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

Shades of Melrose #BFB8E1

Tints of Melrose #BFB8E1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.67%

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 31.83%
G = 30.67%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFB8E1 (or 0xBFB8E1) is known color: Melrose. HEX triplet: BF, B8 and E1. RGB value is (191,184,225). Sum of RGB (Red+Green+Blue) = 191+184+225=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFB8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8E1 is #40471E. Grayscale: #BEBEBE. Windows color (decimal): -4212511 or 14792895. OLE color: 14792895.

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

Color convert

RGB 191 184 225 -
CMYK 0.15 0.18 0 0.12
HSL 250.24º 0.41% 0.8% -
HSV(B) 250.24º 0.18% 0.88% -
XYZ 52.22 50.79 78.29 -
YUV 190.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 191 184 225 0.15 0.18 0 0.12 250.24 0.41 0.8
Hex BF B8 E1 F 12 0 C FA 29 50
Octal 277 270 341 17 22 0 14 372 51 120
Binary 10111111 10111000 11100001 1111 10010 0 1100 11111010 101001 1010000

Color Harmonies of #BFB8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8E1

Black with #BFB8E1

Text Example


Text Example

White with #BFB8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8E1; }

 p { color: rgb(191,184,225); }

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

background-color css

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

 a { background-color: rgb(191,184,225); }

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

border-color css

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

 span { border-color: rgb(191,184,225); }

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