Html Css Color HEX #BFB5EA Melrose

📋 copy color: '#BFB5EA'

red 191 ◦ green 181 ◦ blue 234

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

Shades of Melrose #BFB5EA

Tints of Melrose #BFB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 31.52%
G = 29.87%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFB5EA (or 0xBFB5EA) is known color: Melrose. HEX triplet: BF, B5 and EA. RGB value is (191,181,234). Sum of RGB (Red+Green+Blue) = 191+181+234=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5EA is #404A15. Grayscale: #BDBDBD. Windows color (decimal): -4213270 or 15381951. OLE color: 15381951.

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

Color convert

RGB 191 181 234 -
CMYK 0.18 0.23 0 0.08
HSL 251.32º 0.56% 0.81% -
HSV(B) 251.32º 0.23% 0.92% -
XYZ 52.86 50.06 84.72 -
YUV 190.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 191 181 234 0.18 0.23 0 0.08 251.32 0.56 0.81
Hex BF B5 EA 12 17 0 8 FB 38 51
Octal 277 265 352 22 27 0 10 373 70 121
Binary 10111111 10110101 11101010 10010 10111 0 1000 11111011 111000 1010001

Color Harmonies of #BFB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5EA

Black with #BFB5EA

Text Example


Text Example

White with #BFB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5EA; }

 p { color: rgb(191,181,234); }

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

background-color css

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

 a { background-color: rgb(191,181,234); }

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

border-color css

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

 span { border-color: rgb(191,181,234); }

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