Html Css Color HEX #BBA7F6 Melrose

📋 copy color: '#BBA7F6'

red 187 ◦ green 167 ◦ blue 246

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

Shades of Melrose #BBA7F6

Tints of Melrose #BBA7F6

RGB

 RED value IS 187 (73.44% from 255) = 31.17%

 GREEN value IS 167 (65.63% from 255) = 27.83%

 BLUE value IS 246 (96.48% from 255) = 41%

R = 31.17%
G = 27.83%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA7F6 (or 0xBBA7F6) is known color: Melrose. HEX triplet: BB, A7 and F6. RGB value is (187,167,246). Sum of RGB (Red+Green+Blue) = 187+167+246=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F6 is #445809. Grayscale: #B5B5B5. Windows color (decimal): -4478986 or 16164795. OLE color: 16164795.

HSL color Cylindrical-coordinate representation of color #BBA7F6: hue angle of 255.19º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA7F6 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 167 246 -
CMYK 0.24 0.32 0 0.04
HSL 255.19º 0.81% 0.81% -
HSV(B) 255.19º 0.32% 0.96% -
XYZ 50.95 44.86 93.16 -
YUV 181.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 187 167 246 0.24 0.32 0 0.04 255.19 0.81 0.81
Hex BB A7 F6 18 20 0 4 FF 51 51
Octal 273 247 366 30 40 0 4 377 121 121
Binary 10111011 10100111 11110110 11000 100000 0 100 11111111 1010001 1010001

Color Harmonies of #BBA7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7F6

Black with #BBA7F6

Text Example


Text Example

White with #BBA7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7F6; }

 p { color: rgb(187,167,246); }

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

background-color css

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

 a { background-color: rgb(187,167,246); }

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

border-color css

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

 span { border-color: rgb(187,167,246); }

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