Html Css Color HEX #BFB8EF Melrose

📋 copy color: '#BFB8EF'

red 191 ◦ green 184 ◦ blue 239

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

Shades of Melrose #BFB8EF

Tints of Melrose #BFB8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 31.11%
G = 29.97%
B = 38.93%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFB8EF (or 0xBFB8EF) is known color: Melrose. HEX triplet: BF, B8 and EF. RGB value is (191,184,239). Sum of RGB (Red+Green+Blue) = 191+184+239=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8EF is #404710. Grayscale: #C0C0C0. Windows color (decimal): -4212497 or 15710399. OLE color: 15710399.

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

Color convert

RGB 191 184 239 -
CMYK 0.20 0.23 0 0.06
HSL 247.64º 0.63% 0.83% -
HSV(B) 247.64º 0.23% 0.94% -
XYZ 54.21 51.59 88.76 -
YUV 192.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 191 184 239 0.20 0.23 0 0.06 247.64 0.63 0.83
Hex BF B8 EF 14 17 0 6 F8 3F 53
Octal 277 270 357 24 27 0 6 370 77 123
Binary 10111111 10111000 11101111 10100 10111 0 110 11111000 111111 1010011

Color Harmonies of #BFB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8EF

Black with #BFB8EF

Text Example


Text Example

White with #BFB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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