Html Css Color HEX #BFB8EC Melrose

📋 copy color: '#BFB8EC'

red 191 ◦ green 184 ◦ blue 236

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

Shades of Melrose #BFB8EC

Tints of Melrose #BFB8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 31.26%
G = 30.11%
B = 38.63%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB8EC (or 0xBFB8EC) is known color: Melrose. HEX triplet: BF, B8 and EC. RGB value is (191,184,236). Sum of RGB (Red+Green+Blue) = 191+184+236=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8EC is #404713. Grayscale: #BFBFBF. Windows color (decimal): -4212500 or 15513791. OLE color: 15513791.

HSL color Cylindrical-coordinate representation of color #BFB8EC: hue angle of 248.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB8EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 184 236 -
CMYK 0.19 0.22 0 0.07
HSL 248.08º 0.58% 0.82% -
HSV(B) 248.08º 0.22% 0.93% -
XYZ 53.77 51.41 86.45 -
YUV 192.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 191 184 236 0.19 0.22 0 0.07 248.08 0.58 0.82
Hex BF B8 EC 13 16 0 7 F8 3A 52
Octal 277 270 354 23 26 0 7 370 72 122
Binary 10111111 10111000 11101100 10011 10110 0 111 11111000 111010 1010010

Color Harmonies of #BFB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8EC

Black with #BFB8EC

Text Example


Text Example

White with #BFB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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