Html Css Color HEX #BFB0F0 Melrose

📋 copy color: '#BFB0F0'

red 191 ◦ green 176 ◦ blue 240

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

Shades of Melrose #BFB0F0

Tints of Melrose #BFB0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29%

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

R = 31.47%
G = 29%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFB0F0 (or 0xBFB0F0) is known color: Melrose. HEX triplet: BF, B0 and F0. RGB value is (191,176,240). Sum of RGB (Red+Green+Blue) = 191+176+240=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0F0 is #404F0F. Grayscale: #BBBBBB. Windows color (decimal): -4214544 or 15773887. OLE color: 15773887.

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

Color convert

RGB 191 176 240 -
CMYK 0.20 0.27 0 0.06
HSL 254.06º 0.68% 0.82% -
HSV(B) 254.06º 0.27% 0.94% -
XYZ 52.74 48.42 89 -
YUV 187.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 191 176 240 0.20 0.27 0 0.06 254.06 0.68 0.82
Hex BF B0 F0 14 1B 0 6 FE 44 52
Octal 277 260 360 24 33 0 6 376 104 122
Binary 10111111 10110000 11110000 10100 11011 0 110 11111110 1000100 1010010

Color Harmonies of #BFB0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0F0

Black with #BFB0F0

Text Example


Text Example

White with #BFB0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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