Html Css Color HEX #BFB8ED Melrose

📋 copy color: '#BFB8ED'

red 191 ◦ green 184 ◦ blue 237

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

Shades of Melrose #BFB8ED

Tints of Melrose #BFB8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 31.21%
G = 30.07%
B = 38.73%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFB8ED (or 0xBFB8ED) is known color: Melrose. HEX triplet: BF, B8 and ED. RGB value is (191,184,237). Sum of RGB (Red+Green+Blue) = 191+184+237=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8ED is #404712. Grayscale: #BFBFBF. Windows color (decimal): -4212499 or 15579327. OLE color: 15579327.

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

Color convert

RGB 191 184 237 -
CMYK 0.19 0.22 0 0.07
HSL 247.92º 0.6% 0.83% -
HSV(B) 247.92º 0.22% 0.93% -
XYZ 53.91 51.47 87.21 -
YUV 192.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 191 184 237 0.19 0.22 0 0.07 247.92 0.6 0.83
Hex BF B8 ED 13 16 0 7 F8 3C 53
Octal 277 270 355 23 26 0 7 370 74 123
Binary 10111111 10111000 11101101 10011 10110 0 111 11111000 111100 1010011

Color Harmonies of #BFB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8ED

Black with #BFB8ED

Text Example


Text Example

White with #BFB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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