Html Css Color HEX #BBA6FB Melrose

📋 copy color: '#BBA6FB'

red 187 ◦ green 166 ◦ blue 251

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

Shades of Melrose #BBA6FB

Tints of Melrose #BBA6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 30.96%
G = 27.48%
B = 41.56%

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

#BBA6FB (or 0xBBA6FB) is known color: Melrose. HEX triplet: BB, A6 and FB. RGB value is (187,166,251). Sum of RGB (Red+Green+Blue) = 187+166+251=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6FB is #445904. Grayscale: #B5B5B5. Windows color (decimal): -4479237 or 16492219. OLE color: 16492219.

HSL color Cylindrical-coordinate representation of color #BBA6FB: hue angle of 254.82º degrees, saturation: 0.91, 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 #BBA6FB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 166 251 -
CMYK 0.25 0.34 0 0.02
HSL 254.82º 0.91% 0.82% -
HSV(B) 254.82º 0.34% 0.98% -
XYZ 51.54 44.8 97.2 -
YUV 181.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 187 166 251 0.25 0.34 0 0.02 254.82 0.91 0.82
Hex BB A6 FB 19 22 0 2 FF 5B 52
Octal 273 246 373 31 42 0 2 377 133 122
Binary 10111011 10100110 11111011 11001 100010 0 10 11111111 1011011 1010010

Color Harmonies of #BBA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6FB

Black with #BBA6FB

Text Example


Text Example

White with #BBA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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