Html Css Color HEX #BFB6ED Melrose

📋 copy color: '#BFB6ED'

red 191 ◦ green 182 ◦ blue 237

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

Shades of Melrose #BFB6ED

Tints of Melrose #BFB6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 31.31%
G = 29.84%
B = 38.85%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB6ED (or 0xBFB6ED) is known color: Melrose. HEX triplet: BF, B6 and ED. RGB value is (191,182,237). Sum of RGB (Red+Green+Blue) = 191+182+237=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6ED is #404912. Grayscale: #BEBEBE. Windows color (decimal): -4213011 or 15578815. OLE color: 15578815.

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

Color convert

RGB 191 182 237 -
CMYK 0.19 0.23 0 0.07
HSL 249.82º 0.6% 0.82% -
HSV(B) 249.82º 0.23% 0.93% -
XYZ 53.5 50.65 87.08 -
YUV 190.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 191 182 237 0.19 0.23 0 0.07 249.82 0.6 0.82
Hex BF B6 ED 13 17 0 7 FA 3C 52
Octal 277 266 355 23 27 0 7 372 74 122
Binary 10111111 10110110 11101101 10011 10111 0 111 11111010 111100 1010010

Color Harmonies of #BFB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6ED

Black with #BFB6ED

Text Example


Text Example

White with #BFB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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