Html Css Color HEX #BFB0EB Melrose

📋 copy color: '#BFB0EB'

red 191 ◦ green 176 ◦ blue 235

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

Shades of Melrose #BFB0EB

Tints of Melrose #BFB0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 31.73%
G = 29.24%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFB0EB (or 0xBFB0EB) is known color: Melrose. HEX triplet: BF, B0 and EB. RGB value is (191,176,235). Sum of RGB (Red+Green+Blue) = 191+176+235=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EB is #404F14. Grayscale: #BABABA. Windows color (decimal): -4214549 or 15446207. OLE color: 15446207.

HSL color Cylindrical-coordinate representation of color #BFB0EB: hue angle of 255.25º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB0EB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 176 235 -
CMYK 0.19 0.25 0 0.08
HSL 255.25º 0.6% 0.81% -
HSV(B) 255.25º 0.25% 0.92% -
XYZ 52.01 48.13 85.15 -
YUV 187.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 191 176 235 0.19 0.25 0 0.08 255.25 0.6 0.81
Hex BF B0 EB 13 19 0 8 FF 3C 51
Octal 277 260 353 23 31 0 10 377 74 121
Binary 10111111 10110000 11101011 10011 11001 0 1000 11111111 111100 1010001

Color Harmonies of #BFB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0EB

Black with #BFB0EB

Text Example


Text Example

White with #BFB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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