Html Css Color HEX #BBA9FB Melrose

📋 copy color: '#BBA9FB'

red 187 ◦ green 169 ◦ blue 251

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

Shades of Melrose #BBA9FB

Tints of Melrose #BBA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.84%

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

R = 30.81%
G = 27.84%
B = 41.35%

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

#BBA9FB (or 0xBBA9FB) is known color: Melrose. HEX triplet: BB, A9 and FB. RGB value is (187,169,251). Sum of RGB (Red+Green+Blue) = 187+169+251=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FB is #445604. Grayscale: #B7B7B7. Windows color (decimal): -4478469 or 16492987. OLE color: 16492987.

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

Color convert

RGB 187 169 251 -
CMYK 0.25 0.33 0 0.02
HSL 253.17º 0.91% 0.82% -
HSV(B) 253.17º 0.33% 0.98% -
XYZ 52.09 45.91 97.38 -
YUV 183.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 187 169 251 0.25 0.33 0 0.02 253.17 0.91 0.82
Hex BB A9 FB 19 21 0 2 FD 5B 52
Octal 273 251 373 31 41 0 2 375 133 122
Binary 10111011 10101001 11111011 11001 100001 0 10 11111101 1011011 1010010

Color Harmonies of #BBA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9FB

Black with #BBA9FB

Text Example


Text Example

White with #BBA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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