Html Css Color HEX #B09FFE Melrose

📋 copy color: '#B09FFE'

red 176 ◦ green 159 ◦ blue 254

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

Shades of Melrose #B09FFE

Tints of Melrose #B09FFE

RGB

 RED value IS 176 (69.14% from 255) = 29.88%

 GREEN value IS 159 (62.5% from 255) = 26.99%

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 29.88%
G = 26.99%
B = 43.12%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B09FFE (or 0xB09FFE) is known color: Melrose. HEX triplet: B0, 9F and FE. RGB value is (176,159,254). Sum of RGB (Red+Green+Blue) = 176+159+254=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B09FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFE is #4F6001. Grayscale: #AEAEAE. Windows color (decimal): -5201922 or 16687024. OLE color: 16687024.

HSL color Cylindrical-coordinate representation of color #B09FFE: hue angle of 250.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09FFE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 159 254 -
CMYK 0.31 0.37 0 0.00
HSL 250.74º 0.98% 0.81% -
HSV(B) 250.74º 0.37% 1% -
XYZ 48.19 41.18 99.17 -
YUV 174.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 176 159 254 0.31 0.37 0 0.00 250.74 0.98 0.81
Hex B0 9F FE 1F 25 0 0 FB 62 51
Octal 260 237 376 37 45 0 0 373 142 121
Binary 10110000 10011111 11111110 11111 100101 0 0 11111011 1100010 1010001

Color Harmonies of #B09FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FFE

Black with #B09FFE

Text Example


Text Example

White with #B09FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FFE; }

 p { color: rgb(176,159,254); }

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

background-color css

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

 a { background-color: rgb(176,159,254); }

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

border-color css

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

 span { border-color: rgb(176,159,254); }

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