Html Css Color HEX #BFB6E6 Melrose

📋 copy color: '#BFB6E6'

red 191 ◦ green 182 ◦ blue 230

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

Shades of Melrose #BFB6E6

Tints of Melrose #BFB6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 31.67%
G = 30.18%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFB6E6 (or 0xBFB6E6) is known color: Melrose. HEX triplet: BF, B6 and E6. RGB value is (191,182,230). Sum of RGB (Red+Green+Blue) = 191+182+230=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6E6 is #404919. Grayscale: #BDBDBD. Windows color (decimal): -4213018 or 15120063. OLE color: 15120063.

HSL color Cylindrical-coordinate representation of color #BFB6E6: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB6E6 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 182 230 -
CMYK 0.17 0.21 0 0.10
HSL 251.25º 0.49% 0.81% -
HSV(B) 251.25º 0.21% 0.9% -
XYZ 52.5 50.25 81.79 -
YUV 190.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 191 182 230 0.17 0.21 0 0.10 251.25 0.49 0.81
Hex BF B6 E6 11 15 0 A FB 31 51
Octal 277 266 346 21 25 0 12 373 61 121
Binary 10111111 10110110 11100110 10001 10101 0 1010 11111011 110001 1010001

Color Harmonies of #BFB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6E6

Black with #BFB6E6

Text Example


Text Example

White with #BFB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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