Html Css Color HEX #BBA4F5 Melrose

📋 copy color: '#BBA4F5'

red 187 ◦ green 164 ◦ blue 245

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

Shades of Melrose #BBA4F5

Tints of Melrose #BBA4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.11%

R = 31.38%
G = 27.52%
B = 41.11%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA4F5 (or 0xBBA4F5) is known color: Melrose. HEX triplet: BB, A4 and F5. RGB value is (187,164,245). Sum of RGB (Red+Green+Blue) = 187+164+245=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBA4F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F5 is #445B0A. Grayscale: #B3B3B3. Windows color (decimal): -4479755 or 16098491. OLE color: 16098491.

HSL color Cylindrical-coordinate representation of color #BBA4F5: hue angle of 257.04º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA4F5 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 164 245 -
CMYK 0.24 0.33 0 0.04
HSL 257.04º 0.8% 0.8% -
HSV(B) 257.04º 0.33% 0.96% -
XYZ 50.25 43.71 92.17 -
YUV 180.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 187 164 245 0.24 0.33 0 0.04 257.04 0.8 0.8
Hex BB A4 F5 18 21 0 4 101 50 50
Octal 273 244 365 30 41 0 4 401 120 120
Binary 10111011 10100100 11110101 11000 100001 0 100 100000001 1010000 1010000

Color Harmonies of #BBA4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4F5

Black with #BBA4F5

Text Example


Text Example

White with #BBA4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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