Html Css Color HEX #BFADEB Melrose

📋 copy color: '#BFADEB'

red 191 ◦ green 173 ◦ blue 235

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

Shades of Melrose #BFADEB

Tints of Melrose #BFADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

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

R = 31.89%
G = 28.88%
B = 39.23%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFADEB (or 0xBFADEB) is known color: Melrose. HEX triplet: BF, AD and EB. RGB value is (191,173,235). Sum of RGB (Red+Green+Blue) = 191+173+235=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADEB is #405214. Grayscale: #B9B9B9. Windows color (decimal): -4215317 or 15445439. OLE color: 15445439.

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

Color convert

RGB 191 173 235 -
CMYK 0.19 0.26 0 0.08
HSL 257.42º 0.61% 0.8% -
HSV(B) 257.42º 0.26% 0.92% -
XYZ 51.42 46.96 84.95 -
YUV 185.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 191 173 235 0.19 0.26 0 0.08 257.42 0.61 0.8
Hex BF AD EB 13 1A 0 8 101 3D 50
Octal 277 255 353 23 32 0 10 401 75 120
Binary 10111111 10101101 11101011 10011 11010 0 1000 100000001 111101 1010000

Color Harmonies of #BFADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADEB

Black with #BFADEB

Text Example


Text Example

White with #BFADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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