Html Css Color HEX #BBA6FA Melrose

📋 copy color: '#BBA6FA'

red 187 ◦ green 166 ◦ blue 250

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

Shades of Melrose #BBA6FA

Tints of Melrose #BBA6FA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.53%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 31.01%
G = 27.53%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA6FA (or 0xBBA6FA) is known color: Melrose. HEX triplet: BB, A6 and FA. RGB value is (187,166,250). Sum of RGB (Red+Green+Blue) = 187+166+250=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6FA is #445905. Grayscale: #B5B5B5. Windows color (decimal): -4479238 or 16426683. OLE color: 16426683.

HSL color Cylindrical-coordinate representation of color #BBA6FA: hue angle of 255º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA6FA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 166 250 -
CMYK 0.25 0.34 0 0.02
HSL 255º 0.89% 0.82% -
HSV(B) 255º 0.34% 0.98% -
XYZ 51.39 44.74 96.37 -
YUV 181.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 187 166 250 0.25 0.34 0 0.02 255 0.89 0.82
Hex BB A6 FA 19 22 0 2 FF 59 52
Octal 273 246 372 31 42 0 2 377 131 122
Binary 10111011 10100110 11111010 11001 100010 0 10 11111111 1011001 1010010

Color Harmonies of #BBA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6FA

Black with #BBA6FA

Text Example


Text Example

White with #BBA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6FA; }

 p { color: rgb(187,166,250); }

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

background-color css

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

 a { background-color: rgb(187,166,250); }

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

border-color css

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

 span { border-color: rgb(187,166,250); }

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