Html Css Color HEX #BFB1F2 Melrose

📋 copy color: '#BFB1F2'

red 191 ◦ green 177 ◦ blue 242

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

Shades of Melrose #BFB1F2

Tints of Melrose #BFB1F2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.02%

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 31.31%
G = 29.02%
B = 39.67%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFB1F2 (or 0xBFB1F2) is known color: Melrose. HEX triplet: BF, B1 and F2. RGB value is (191,177,242). Sum of RGB (Red+Green+Blue) = 191+177+242=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFB1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F2 is #404E0D. Grayscale: #BCBCBC. Windows color (decimal): -4214286 or 15905215. OLE color: 15905215.

HSL color Cylindrical-coordinate representation of color #BFB1F2: hue angle of 252.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB1F2 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 177 242 -
CMYK 0.21 0.27 0 0.05
HSL 252.92º 0.71% 0.82% -
HSV(B) 252.92º 0.27% 0.95% -
XYZ 53.24 48.93 90.64 -
YUV 188.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 191 177 242 0.21 0.27 0 0.05 252.92 0.71 0.82
Hex BF B1 F2 15 1B 0 5 FD 47 52
Octal 277 261 362 25 33 0 5 375 107 122
Binary 10111111 10110001 11110010 10101 11011 0 101 11111101 1000111 1010010

Color Harmonies of #BFB1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1F2

Black with #BFB1F2

Text Example


Text Example

White with #BFB1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1F2; }

 p { color: rgb(191,177,242); }

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

background-color css

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

 a { background-color: rgb(191,177,242); }

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

border-color css

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

 span { border-color: rgb(191,177,242); }

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