Html Css Color HEX #BFB4EC Melrose

📋 copy color: '#BFB4EC'

red 191 ◦ green 180 ◦ blue 236

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

Shades of Melrose #BFB4EC

Tints of Melrose #BFB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.65%

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

R = 31.47%
G = 29.65%
B = 38.88%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB4EC (or 0xBFB4EC) is known color: Melrose. HEX triplet: BF, B4 and EC. RGB value is (191,180,236). Sum of RGB (Red+Green+Blue) = 191+180+236=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4EC is #404B13. Grayscale: #BDBDBD. Windows color (decimal): -4213524 or 15512767. OLE color: 15512767.

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

Color convert

RGB 191 180 236 -
CMYK 0.19 0.24 0 0.07
HSL 251.79º 0.6% 0.82% -
HSV(B) 251.79º 0.24% 0.93% -
XYZ 52.95 49.78 86.17 -
YUV 189.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 191 180 236 0.19 0.24 0 0.07 251.79 0.6 0.82
Hex BF B4 EC 13 18 0 7 FC 3C 52
Octal 277 264 354 23 30 0 7 374 74 122
Binary 10111111 10110100 11101100 10011 11000 0 111 11111100 111100 1010010

Color Harmonies of #BFB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4EC

Black with #BFB4EC

Text Example


Text Example

White with #BFB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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