Html Css Color HEX #BBA9F9 Melrose

📋 copy color: '#BBA9F9'

red 187 ◦ green 169 ◦ blue 249

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

Shades of Melrose #BBA9F9

Tints of Melrose #BBA9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 30.91%
G = 27.93%
B = 41.16%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA9F9 (or 0xBBA9F9) is known color: Melrose. HEX triplet: BB, A9 and F9. RGB value is (187,169,249). Sum of RGB (Red+Green+Blue) = 187+169+249=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9F9 is #445606. Grayscale: #B7B7B7. Windows color (decimal): -4478471 or 16361915. OLE color: 16361915.

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

Color convert

RGB 187 169 249 -
CMYK 0.25 0.32 0 0.02
HSL 253.5º 0.87% 0.82% -
HSV(B) 253.5º 0.32% 0.98% -
XYZ 51.78 45.78 95.73 -
YUV 183.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 187 169 249 0.25 0.32 0 0.02 253.5 0.87 0.82
Hex BB A9 F9 19 20 0 2 FE 57 52
Octal 273 251 371 31 40 0 2 376 127 122
Binary 10111011 10101001 11111001 11001 100000 0 10 11111110 1010111 1010010

Color Harmonies of #BBA9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9F9

Black with #BBA9F9

Text Example


Text Example

White with #BBA9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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