Html Css Color HEX #BBA4F6 Melrose

📋 copy color: '#BBA4F6'

red 187 ◦ green 164 ◦ blue 246

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

Shades of Melrose #BBA4F6

Tints of Melrose #BBA4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.21%

R = 31.32%
G = 27.47%
B = 41.21%

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

#BBA4F6 (or 0xBBA4F6) is known color: Melrose. HEX triplet: BB, A4 and F6. RGB value is (187,164,246). Sum of RGB (Red+Green+Blue) = 187+164+246=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBA4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F6 is #445B09. Grayscale: #B3B3B3. Windows color (decimal): -4479754 or 16164027. OLE color: 16164027.

HSL color Cylindrical-coordinate representation of color #BBA4F6: hue angle of 256.83º degrees, saturation: 0.82, 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 #BBA4F6 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 164 246 -
CMYK 0.24 0.33 0 0.04
HSL 256.83º 0.82% 0.8% -
HSV(B) 256.83º 0.33% 0.96% -
XYZ 50.4 43.77 92.98 -
YUV 180.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 187 164 246 0.24 0.33 0 0.04 256.83 0.82 0.8
Hex BB A4 F6 18 21 0 4 101 52 50
Octal 273 244 366 30 41 0 4 401 122 120
Binary 10111011 10100100 11110110 11000 100001 0 100 100000001 1010010 1010000

Color Harmonies of #BBA4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4F6

Black with #BBA4F6

Text Example


Text Example

White with #BBA4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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