Html Css Color HEX #BBA9FA Melrose

📋 copy color: '#BBA9FA'

red 187 ◦ green 169 ◦ blue 250

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

Shades of Melrose #BBA9FA

Tints of Melrose #BBA9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 30.86%
G = 27.89%
B = 41.25%

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

#BBA9FA (or 0xBBA9FA) is known color: Melrose. HEX triplet: BB, A9 and FA. RGB value is (187,169,250). Sum of RGB (Red+Green+Blue) = 187+169+250=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FA is #445605. Grayscale: #B7B7B7. Windows color (decimal): -4478470 or 16427451. OLE color: 16427451.

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

Color convert

RGB 187 169 250 -
CMYK 0.25 0.32 0 0.02
HSL 253.33º 0.89% 0.82% -
HSV(B) 253.33º 0.32% 0.98% -
XYZ 51.94 45.84 96.55 -
YUV 183.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 187 169 250 0.25 0.32 0 0.02 253.33 0.89 0.82
Hex BB A9 FA 19 20 0 2 FD 59 52
Octal 273 251 372 31 40 0 2 375 131 122
Binary 10111011 10101001 11111010 11001 100000 0 10 11111101 1011001 1010010

Color Harmonies of #BBA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9FA

Black with #BBA9FA

Text Example


Text Example

White with #BBA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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