Html Css Color HEX #BBA3FA Melrose

📋 copy color: '#BBA3FA'

red 187 ◦ green 163 ◦ blue 250

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

Shades of Melrose #BBA3FA

Tints of Melrose #BBA3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.17%

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

R = 31.17%
G = 27.17%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA3FA (or 0xBBA3FA) is known color: Melrose. HEX triplet: BB, A3 and FA. RGB value is (187,163,250). Sum of RGB (Red+Green+Blue) = 187+163+250=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FA is #445C05. Grayscale: #B3B3B3. Windows color (decimal): -4480006 or 16425915. OLE color: 16425915.

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

Color convert

RGB 187 163 250 -
CMYK 0.25 0.35 0 0.02
HSL 256.55º 0.9% 0.81% -
HSV(B) 256.55º 0.35% 0.98% -
XYZ 50.85 43.66 96.19 -
YUV 180.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 187 163 250 0.25 0.35 0 0.02 256.55 0.9 0.81
Hex BB A3 FA 19 23 0 2 101 5A 51
Octal 273 243 372 31 43 0 2 401 132 121
Binary 10111011 10100011 11111010 11001 100011 0 10 100000001 1011010 1010001

Color Harmonies of #BBA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3FA

Black with #BBA3FA

Text Example


Text Example

White with #BBA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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