Html Css Color HEX #BFB8EB Melrose

📋 copy color: '#BFB8EB'

red 191 ◦ green 184 ◦ blue 235

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

Shades of Melrose #BFB8EB

Tints of Melrose #BFB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.16%

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

R = 31.31%
G = 30.16%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFB8EB (or 0xBFB8EB) is known color: Melrose. HEX triplet: BF, B8 and EB. RGB value is (191,184,235). Sum of RGB (Red+Green+Blue) = 191+184+235=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8EB is #404714. Grayscale: #BFBFBF. Windows color (decimal): -4212501 or 15448255. OLE color: 15448255.

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

Color convert

RGB 191 184 235 -
CMYK 0.19 0.22 0 0.08
HSL 248.24º 0.56% 0.82% -
HSV(B) 248.24º 0.22% 0.92% -
XYZ 53.62 51.36 85.68 -
YUV 191.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 191 184 235 0.19 0.22 0 0.08 248.24 0.56 0.82
Hex BF B8 EB 13 16 0 8 F8 38 52
Octal 277 270 353 23 26 0 10 370 70 122
Binary 10111111 10111000 11101011 10011 10110 0 1000 11111000 111000 1010010

Color Harmonies of #BFB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8EB

Black with #BFB8EB

Text Example


Text Example

White with #BFB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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