Html Css Color HEX #BBA7FB Melrose

📋 copy color: '#BBA7FB'

red 187 ◦ green 167 ◦ blue 251

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

Shades of Melrose #BBA7FB

Tints of Melrose #BBA7FB

RGB

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

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

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

R = 30.91%
G = 27.6%
B = 41.49%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA7FB (or 0xBBA7FB) is known color: Melrose. HEX triplet: BB, A7 and FB. RGB value is (187,167,251). Sum of RGB (Red+Green+Blue) = 187+167+251=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FB is #445804. Grayscale: #B6B6B6. Windows color (decimal): -4478981 or 16492475. OLE color: 16492475.

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

Color convert

RGB 187 167 251 -
CMYK 0.25 0.33 0 0.02
HSL 254.29º 0.91% 0.82% -
HSV(B) 254.29º 0.33% 0.98% -
XYZ 51.72 45.17 97.26 -
YUV 182.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 187 167 251 0.25 0.33 0 0.02 254.29 0.91 0.82
Hex BB A7 FB 19 21 0 2 FE 5B 52
Octal 273 247 373 31 41 0 2 376 133 122
Binary 10111011 10100111 11111011 11001 100001 0 10 11111110 1011011 1010010

Color Harmonies of #BBA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7FB

Black with #BBA7FB

Text Example


Text Example

White with #BBA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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