Html Css Color HEX #BFB4F0 Melrose

📋 copy color: '#BFB4F0'

red 191 ◦ green 180 ◦ blue 240

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

Shades of Melrose #BFB4F0

Tints of Melrose #BFB4F0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 31.26%
G = 29.46%
B = 39.28%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFB4F0 (or 0xBFB4F0) is known color: Melrose. HEX triplet: BF, B4 and F0. RGB value is (191,180,240). Sum of RGB (Red+Green+Blue) = 191+180+240=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4F0 is #404B0F. Grayscale: #BDBDBD. Windows color (decimal): -4213520 or 15774911. OLE color: 15774911.

HSL color Cylindrical-coordinate representation of color #BFB4F0: hue angle of 251º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB4F0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 180 240 -
CMYK 0.20 0.25 0 0.06
HSL 251º 0.67% 0.82% -
HSV(B) 251º 0.25% 0.94% -
XYZ 53.54 50.01 89.27 -
YUV 190.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 191 180 240 0.20 0.25 0 0.06 251 0.67 0.82
Hex BF B4 F0 14 19 0 6 FB 43 52
Octal 277 264 360 24 31 0 6 373 103 122
Binary 10111111 10110100 11110000 10100 11001 0 110 11111011 1000011 1010010

Color Harmonies of #BFB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4F0

Black with #BFB4F0

Text Example


Text Example

White with #BFB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4F0; }

 p { color: rgb(191,180,240); }

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

background-color css

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

 a { background-color: rgb(191,180,240); }

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

border-color css

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

 span { border-color: rgb(191,180,240); }

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