Html Css Color HEX #BBA7FA Melrose

📋 copy color: '#BBA7FA'

red 187 ◦ green 167 ◦ blue 250

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

Shades of Melrose #BBA7FA

Tints of Melrose #BBA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.65%

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

R = 30.96%
G = 27.65%
B = 41.39%

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

#BBA7FA (or 0xBBA7FA) is known color: Melrose. HEX triplet: BB, A7 and FA. RGB value is (187,167,250). Sum of RGB (Red+Green+Blue) = 187+167+250=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FA is #445805. Grayscale: #B6B6B6. Windows color (decimal): -4478982 or 16426939. OLE color: 16426939.

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

Color convert

RGB 187 167 250 -
CMYK 0.25 0.33 0 0.02
HSL 254.46º 0.89% 0.82% -
HSV(B) 254.46º 0.33% 0.98% -
XYZ 51.57 45.1 96.43 -
YUV 182.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 187 167 250 0.25 0.33 0 0.02 254.46 0.89 0.82
Hex BB A7 FA 19 21 0 2 FE 59 52
Octal 273 247 372 31 41 0 2 376 131 122
Binary 10111011 10100111 11111010 11001 100001 0 10 11111110 1011001 1010010

Color Harmonies of #BBA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7FA

Black with #BBA7FA

Text Example


Text Example

White with #BBA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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