Html Css Color HEX #BFB8EE Melrose

📋 copy color: '#BFB8EE'

red 191 ◦ green 184 ◦ blue 238

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

Shades of Melrose #BFB8EE

Tints of Melrose #BFB8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 31.16%
G = 30.02%
B = 38.83%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB8EE (or 0xBFB8EE) is known color: Melrose. HEX triplet: BF, B8 and EE. RGB value is (191,184,238). Sum of RGB (Red+Green+Blue) = 191+184+238=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8EE is #404711. Grayscale: #C0C0C0. Windows color (decimal): -4212498 or 15644863. OLE color: 15644863.

HSL color Cylindrical-coordinate representation of color #BFB8EE: hue angle of 247.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB8EE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 184 238 -
CMYK 0.20 0.23 0 0.07
HSL 247.78º 0.61% 0.83% -
HSV(B) 247.78º 0.23% 0.93% -
XYZ 54.06 51.53 87.99 -
YUV 192.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 191 184 238 0.20 0.23 0 0.07 247.78 0.61 0.83
Hex BF B8 EE 14 17 0 7 F8 3D 53
Octal 277 270 356 24 27 0 7 370 75 123
Binary 10111111 10111000 11101110 10100 10111 0 111 11111000 111101 1010011

Color Harmonies of #BFB8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8EE

Black with #BFB8EE

Text Example


Text Example

White with #BFB8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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