Html Css Color HEX #BFB0E8 Melrose

📋 copy color: '#BFB0E8'

red 191 ◦ green 176 ◦ blue 232

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

Shades of Melrose #BFB0E8

Tints of Melrose #BFB0E8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

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

R = 31.89%
G = 29.38%
B = 38.73%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB0E8 (or 0xBFB0E8) is known color: Melrose. HEX triplet: BF, B0 and E8. RGB value is (191,176,232). Sum of RGB (Red+Green+Blue) = 191+176+232=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0E8 is #404F17. Grayscale: #BABABA. Windows color (decimal): -4214552 or 15249599. OLE color: 15249599.

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

Color convert

RGB 191 176 232 -
CMYK 0.18 0.24 0 0.09
HSL 256.07º 0.55% 0.8% -
HSV(B) 256.07º 0.24% 0.91% -
XYZ 51.58 47.95 82.88 -
YUV 186.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 191 176 232 0.18 0.24 0 0.09 256.07 0.55 0.8
Hex BF B0 E8 12 18 0 9 100 37 50
Octal 277 260 350 22 30 0 11 400 67 120
Binary 10111111 10110000 11101000 10010 11000 0 1001 100000000 110111 1010000

Color Harmonies of #BFB0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0E8

Black with #BFB0E8

Text Example


Text Example

White with #BFB0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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