Html Css Color HEX #BBA4F9 Melrose

📋 copy color: '#BBA4F9'

red 187 ◦ green 164 ◦ blue 249

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

Shades of Melrose #BBA4F9

Tints of Melrose #BBA4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.33%

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

R = 31.17%
G = 27.33%
B = 41.5%

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

#BBA4F9 (or 0xBBA4F9) is known color: Melrose. HEX triplet: BB, A4 and F9. RGB value is (187,164,249). Sum of RGB (Red+Green+Blue) = 187+164+249=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F9 is #445B06. Grayscale: #B4B4B4. Windows color (decimal): -4479751 or 16360635. OLE color: 16360635.

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

Color convert

RGB 187 164 249 -
CMYK 0.25 0.34 0 0.02
HSL 256.24º 0.88% 0.81% -
HSV(B) 256.24º 0.34% 0.98% -
XYZ 50.87 43.96 95.43 -
YUV 180.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 187 164 249 0.25 0.34 0 0.02 256.24 0.88 0.81
Hex BB A4 F9 19 22 0 2 100 58 51
Octal 273 244 371 31 42 0 2 400 130 121
Binary 10111011 10100100 11111001 11001 100010 0 10 100000000 1011000 1010001

Color Harmonies of #BBA4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4F9

Black with #BBA4F9

Text Example


Text Example

White with #BBA4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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