Html Css Color HEX #BFACEB Melrose

📋 copy color: '#BFACEB'

red 191 ◦ green 172 ◦ blue 235

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

Shades of Melrose #BFACEB

Tints of Melrose #BFACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.76%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 31.94%
G = 28.76%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFACEB (or 0xBFACEB) is known color: Melrose. HEX triplet: BF, AC and EB. RGB value is (191,172,235). Sum of RGB (Red+Green+Blue) = 191+172+235=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACEB is #405314. Grayscale: #B8B8B8. Windows color (decimal): -4215573 or 15445183. OLE color: 15445183.

HSL color Cylindrical-coordinate representation of color #BFACEB: hue angle of 258.1º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFACEB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 172 235 -
CMYK 0.19 0.27 0 0.08
HSL 258.1º 0.61% 0.8% -
HSV(B) 258.1º 0.27% 0.92% -
XYZ 51.23 46.58 84.89 -
YUV 184.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 191 172 235 0.19 0.27 0 0.08 258.1 0.61 0.8
Hex BF AC EB 13 1B 0 8 102 3D 50
Octal 277 254 353 23 33 0 10 402 75 120
Binary 10111111 10101100 11101011 10011 11011 0 1000 100000010 111101 1010000

Color Harmonies of #BFACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACEB

Black with #BFACEB

Text Example


Text Example

White with #BFACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACEB; }

 p { color: rgb(191,172,235); }

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

background-color css

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

 a { background-color: rgb(191,172,235); }

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

border-color css

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

 span { border-color: rgb(191,172,235); }

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