Html Css Color HEX #BFB9E8 Melrose

📋 copy color: '#BFB9E8'

red 191 ◦ green 185 ◦ blue 232

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

Shades of Melrose #BFB9E8

Tints of Melrose #BFB9E8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

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

R = 31.41%
G = 30.43%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFB9E8 (or 0xBFB9E8) is known color: Melrose. HEX triplet: BF, B9 and E8. RGB value is (191,185,232). Sum of RGB (Red+Green+Blue) = 191+185+232=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9E8 is #404617. Grayscale: #BFBFBF. Windows color (decimal): -4212248 or 15251903. OLE color: 15251903.

HSL color Cylindrical-coordinate representation of color #BFB9E8: hue angle of 247.66º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB9E8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 185 232 -
CMYK 0.18 0.20 0 0.09
HSL 247.66º 0.51% 0.82% -
HSV(B) 247.66º 0.2% 0.91% -
XYZ 53.4 51.6 83.49 -
YUV 192.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 191 185 232 0.18 0.20 0 0.09 247.66 0.51 0.82
Hex BF B9 E8 12 14 0 9 F8 33 52
Octal 277 271 350 22 24 0 11 370 63 122
Binary 10111111 10111001 11101000 10010 10100 0 1001 11111000 110011 1010010

Color Harmonies of #BFB9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9E8

Black with #BFB9E8

Text Example


Text Example

White with #BFB9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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