Html Css Color HEX #BFABEF Melrose

📋 copy color: '#BFABEF'

red 191 ◦ green 171 ◦ blue 239

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

Shades of Melrose #BFABEF

Tints of Melrose #BFABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.45%

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

R = 31.78%
G = 28.45%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFABEF (or 0xBFABEF) is known color: Melrose. HEX triplet: BF, AB and EF. RGB value is (191,171,239). Sum of RGB (Red+Green+Blue) = 191+171+239=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABEF is #405410. Grayscale: #B8B8B8. Windows color (decimal): -4215825 or 15707071. OLE color: 15707071.

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

Color convert

RGB 191 171 239 -
CMYK 0.20 0.28 0 0.06
HSL 257.65º 0.68% 0.8% -
HSV(B) 257.65º 0.28% 0.94% -
XYZ 51.63 46.43 87.9 -
YUV 184.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 191 171 239 0.20 0.28 0 0.06 257.65 0.68 0.8
Hex BF AB EF 14 1C 0 6 102 44 50
Octal 277 253 357 24 34 0 6 402 104 120
Binary 10111111 10101011 11101111 10100 11100 0 110 100000010 1000100 1010000

Color Harmonies of #BFABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABEF

Black with #BFABEF

Text Example


Text Example

White with #BFABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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