Html Css Color HEX #BFB6EA Melrose

📋 copy color: '#BFB6EA'

red 191 ◦ green 182 ◦ blue 234

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

Shades of Melrose #BFB6EA

Tints of Melrose #BFB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 31.47%
G = 29.98%
B = 38.55%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFB6EA (or 0xBFB6EA) is known color: Melrose. HEX triplet: BF, B6 and EA. RGB value is (191,182,234). Sum of RGB (Red+Green+Blue) = 191+182+234=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6EA is #404915. Grayscale: #BEBEBE. Windows color (decimal): -4213014 or 15382207. OLE color: 15382207.

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

Color convert

RGB 191 182 234 -
CMYK 0.18 0.22 0 0.08
HSL 250.38º 0.55% 0.82% -
HSV(B) 250.38º 0.22% 0.92% -
XYZ 53.07 50.47 84.79 -
YUV 190.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 191 182 234 0.18 0.22 0 0.08 250.38 0.55 0.82
Hex BF B6 EA 12 16 0 8 FA 37 52
Octal 277 266 352 22 26 0 10 372 67 122
Binary 10111111 10110110 11101010 10010 10110 0 1000 11111010 110111 1010010

Color Harmonies of #BFB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6EA

Black with #BFB6EA

Text Example


Text Example

White with #BFB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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