Html Css Color HEX #BFB5E6 Melrose

📋 copy color: '#BFB5E6'

red 191 ◦ green 181 ◦ blue 230

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

Shades of Melrose #BFB5E6

Tints of Melrose #BFB5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 31.73%
G = 30.07%
B = 38.21%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFB5E6 (or 0xBFB5E6) is known color: Melrose. HEX triplet: BF, B5 and E6. RGB value is (191,181,230). Sum of RGB (Red+Green+Blue) = 191+181+230=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5E6 is #404A19. Grayscale: #BDBDBD. Windows color (decimal): -4213274 or 15119807. OLE color: 15119807.

HSL color Cylindrical-coordinate representation of color #BFB5E6: hue angle of 252.24º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB5E6 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 181 230 -
CMYK 0.17 0.21 0 0.10
HSL 252.24º 0.49% 0.81% -
HSV(B) 252.24º 0.21% 0.9% -
XYZ 52.29 49.84 81.73 -
YUV 189.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 191 181 230 0.17 0.21 0 0.10 252.24 0.49 0.81
Hex BF B5 E6 11 15 0 A FC 31 51
Octal 277 265 346 21 25 0 12 374 61 121
Binary 10111111 10110101 11100110 10001 10101 0 1010 11111100 110001 1010001

Color Harmonies of #BFB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5E6

Black with #BFB5E6

Text Example


Text Example

White with #BFB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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