Html Css Color HEX #BFB9EF Melrose

📋 copy color: '#BFB9EF'

red 191 ◦ green 185 ◦ blue 239

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

Shades of Melrose #BFB9EF

Tints of Melrose #BFB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 31.06%
G = 30.08%
B = 38.86%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFB9EF (or 0xBFB9EF) is known color: Melrose. HEX triplet: BF, B9 and EF. RGB value is (191,185,239). Sum of RGB (Red+Green+Blue) = 191+185+239=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9EF is #404610. Grayscale: #C0C0C0. Windows color (decimal): -4212241 or 15710655. OLE color: 15710655.

HSL color Cylindrical-coordinate representation of color #BFB9EF: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB9EF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 185 239 -
CMYK 0.20 0.23 0 0.06
HSL 246.67º 0.63% 0.83% -
HSV(B) 246.67º 0.23% 0.94% -
XYZ 54.41 52.01 88.83 -
YUV 192.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 191 185 239 0.20 0.23 0 0.06 246.67 0.63 0.83
Hex BF B9 EF 14 17 0 6 F7 3F 53
Octal 277 271 357 24 27 0 6 367 77 123
Binary 10111111 10111001 11101111 10100 10111 0 110 11110111 111111 1010011

Color Harmonies of #BFB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9EF

Black with #BFB9EF

Text Example


Text Example

White with #BFB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9EF; }

 p { color: rgb(191,185,239); }

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

background-color css

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

 a { background-color: rgb(191,185,239); }

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

border-color css

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

 span { border-color: rgb(191,185,239); }

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