Html Css Color HEX #BFABE8 Melrose

📋 copy color: '#BFABE8'

red 191 ◦ green 171 ◦ blue 232

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

Shades of Melrose #BFABE8

Tints of Melrose #BFABE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 32.15%
G = 28.79%
B = 39.06%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFABE8 (or 0xBFABE8) is known color: Melrose. HEX triplet: BF, AB and E8. RGB value is (191,171,232). Sum of RGB (Red+Green+Blue) = 191+171+232=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABE8 is #405417. Grayscale: #B7B7B7. Windows color (decimal): -4215832 or 15248319. OLE color: 15248319.

HSL color Cylindrical-coordinate representation of color #BFABE8: hue angle of 259.67º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFABE8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 171 232 -
CMYK 0.18 0.26 0 0.09
HSL 259.67º 0.57% 0.79% -
HSV(B) 259.67º 0.26% 0.91% -
XYZ 50.61 46.03 82.56 -
YUV 183.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 191 171 232 0.18 0.26 0 0.09 259.67 0.57 0.79
Hex BF AB E8 12 1A 0 9 104 39 4F
Octal 277 253 350 22 32 0 11 404 71 117
Binary 10111111 10101011 11101000 10010 11010 0 1001 100000100 111001 1001111

Color Harmonies of #BFABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABE8

Black with #BFABE8

Text Example


Text Example

White with #BFABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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