Html Css Color HEX #BFB6EF Melrose

📋 copy color: '#BFB6EF'

red 191 ◦ green 182 ◦ blue 239

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

Shades of Melrose #BFB6EF

Tints of Melrose #BFB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.74%

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

R = 31.21%
G = 29.74%
B = 39.05%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFB6EF (or 0xBFB6EF) is known color: Melrose. HEX triplet: BF, B6 and EF. RGB value is (191,182,239). Sum of RGB (Red+Green+Blue) = 191+182+239=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6EF is #404910. Grayscale: #BEBEBE. Windows color (decimal): -4213009 or 15709887. OLE color: 15709887.

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

Color convert

RGB 191 182 239 -
CMYK 0.20 0.24 0 0.06
HSL 249.47º 0.64% 0.83% -
HSV(B) 249.47º 0.24% 0.94% -
XYZ 53.79 50.76 88.62 -
YUV 191.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 191 182 239 0.20 0.24 0 0.06 249.47 0.64 0.83
Hex BF B6 EF 14 18 0 6 F9 40 53
Octal 277 266 357 24 30 0 6 371 100 123
Binary 10111111 10110110 11101111 10100 11000 0 110 11111001 1000000 1010011

Color Harmonies of #BFB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6EF

Black with #BFB6EF

Text Example


Text Example

White with #BFB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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