Html Css Color HEX #BFB5EC Melrose

📋 copy color: '#BFB5EC'

red 191 ◦ green 181 ◦ blue 236

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

Shades of Melrose #BFB5EC

Tints of Melrose #BFB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

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

R = 31.41%
G = 29.77%
B = 38.82%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB5EC (or 0xBFB5EC) is known color: Melrose. HEX triplet: BF, B5 and EC. RGB value is (191,181,236). Sum of RGB (Red+Green+Blue) = 191+181+236=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5EC is #404A13. Grayscale: #BEBEBE. Windows color (decimal): -4213268 or 15513023. OLE color: 15513023.

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

Color convert

RGB 191 181 236 -
CMYK 0.19 0.23 0 0.07
HSL 250.91º 0.59% 0.82% -
HSV(B) 250.91º 0.23% 0.93% -
XYZ 53.15 50.18 86.24 -
YUV 190.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 191 181 236 0.19 0.23 0 0.07 250.91 0.59 0.82
Hex BF B5 EC 13 17 0 7 FB 3B 52
Octal 277 265 354 23 27 0 7 373 73 122
Binary 10111111 10110101 11101100 10011 10111 0 111 11111011 111011 1010010

Color Harmonies of #BFB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5EC

Black with #BFB5EC

Text Example


Text Example

White with #BFB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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