Html Css Color HEX #BFB3E9 Melrose

📋 copy color: '#BFB3E9'

red 191 ◦ green 179 ◦ blue 233

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

Shades of Melrose #BFB3E9

Tints of Melrose #BFB3E9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.68%

 BLUE value IS 233 (91.41% from 255) = 38.64%

R = 31.67%
G = 29.68%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB3E9 (or 0xBFB3E9) is known color: Melrose. HEX triplet: BF, B3 and E9. RGB value is (191,179,233). Sum of RGB (Red+Green+Blue) = 191+179+233=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3E9 is #404C16. Grayscale: #BCBCBC. Windows color (decimal): -4213783 or 15315903. OLE color: 15315903.

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

Color convert

RGB 191 179 233 -
CMYK 0.18 0.23 0 0.09
HSL 253.33º 0.55% 0.81% -
HSV(B) 253.33º 0.23% 0.91% -
XYZ 52.31 49.2 83.83 -
YUV 188.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 191 179 233 0.18 0.23 0 0.09 253.33 0.55 0.81
Hex BF B3 E9 12 17 0 9 FD 37 51
Octal 277 263 351 22 27 0 11 375 67 121
Binary 10111111 10110011 11101001 10010 10111 0 1001 11111101 110111 1010001

Color Harmonies of #BFB3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3E9

Black with #BFB3E9

Text Example


Text Example

White with #BFB3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3E9; }

 p { color: rgb(191,179,233); }

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

background-color css

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

 a { background-color: rgb(191,179,233); }

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

border-color css

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

 span { border-color: rgb(191,179,233); }

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