Html Css Color HEX #BFB6EE Melrose

📋 copy color: '#BFB6EE'

red 191 ◦ green 182 ◦ blue 238

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

Shades of Melrose #BFB6EE

Tints of Melrose #BFB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 31.26%
G = 29.79%
B = 38.95%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB6EE (or 0xBFB6EE) is known color: Melrose. HEX triplet: BF, B6 and EE. RGB value is (191,182,238). Sum of RGB (Red+Green+Blue) = 191+182+238=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6EE is #404911. Grayscale: #BEBEBE. Windows color (decimal): -4213010 or 15644351. OLE color: 15644351.

HSL color Cylindrical-coordinate representation of color #BFB6EE: hue angle of 249.64º degrees, saturation: 0.62, 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 #BFB6EE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 182 238 -
CMYK 0.20 0.24 0 0.07
HSL 249.64º 0.62% 0.82% -
HSV(B) 249.64º 0.24% 0.93% -
XYZ 53.65 50.71 87.85 -
YUV 191.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 191 182 238 0.20 0.24 0 0.07 249.64 0.62 0.82
Hex BF B6 EE 14 18 0 7 FA 3E 52
Octal 277 266 356 24 30 0 7 372 76 122
Binary 10111111 10110110 11101110 10100 11000 0 111 11111010 111110 1010010

Color Harmonies of #BFB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6EE

Black with #BFB6EE

Text Example


Text Example

White with #BFB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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