Html Css Color HEX #BBA4FB Melrose

📋 copy color: '#BBA4FB'

red 187 ◦ green 164 ◦ blue 251

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

Shades of Melrose #BBA4FB

Tints of Melrose #BBA4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 31.06%
G = 27.24%
B = 41.69%

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

#BBA4FB (or 0xBBA4FB) is known color: Melrose. HEX triplet: BB, A4 and FB. RGB value is (187,164,251). Sum of RGB (Red+Green+Blue) = 187+164+251=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FB is #445B04. Grayscale: #B4B4B4. Windows color (decimal): -4479749 or 16491707. OLE color: 16491707.

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

Color convert

RGB 187 164 251 -
CMYK 0.25 0.35 0 0.02
HSL 255.86º 0.92% 0.81% -
HSV(B) 255.86º 0.35% 0.98% -
XYZ 51.18 44.08 97.08 -
YUV 180.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 187 164 251 0.25 0.35 0 0.02 255.86 0.92 0.81
Hex BB A4 FB 19 23 0 2 100 5C 51
Octal 273 244 373 31 43 0 2 400 134 121
Binary 10111011 10100100 11111011 11001 100011 0 10 100000000 1011100 1010001

Color Harmonies of #BBA4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4FB

Black with #BBA4FB

Text Example


Text Example

White with #BBA4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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