Html Css Color HEX #BFB8E7 Melrose

📋 copy color: '#BFB8E7'

red 191 ◦ green 184 ◦ blue 231

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

Shades of Melrose #BFB8E7

Tints of Melrose #BFB8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.12%

R = 31.52%
G = 30.36%
B = 38.12%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB8E7 (or 0xBFB8E7) is known color: Melrose. HEX triplet: BF, B8 and E7. RGB value is (191,184,231). Sum of RGB (Red+Green+Blue) = 191+184+231=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8E7 is #404718. Grayscale: #BFBFBF. Windows color (decimal): -4212505 or 15186111. OLE color: 15186111.

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

Color convert

RGB 191 184 231 -
CMYK 0.17 0.20 0 0.09
HSL 248.94º 0.49% 0.81% -
HSV(B) 248.94º 0.2% 0.91% -
XYZ 53.05 51.13 82.67 -
YUV 191.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 191 184 231 0.17 0.20 0 0.09 248.94 0.49 0.81
Hex BF B8 E7 11 14 0 9 F9 31 51
Octal 277 270 347 21 24 0 11 371 61 121
Binary 10111111 10111000 11100111 10001 10100 0 1001 11111001 110001 1010001

Color Harmonies of #BFB8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8E7

Black with #BFB8E7

Text Example


Text Example

White with #BFB8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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