Html Css Color HEX #BBB1F6 Melrose

📋 copy color: '#BBB1F6'

red 187 ◦ green 177 ◦ blue 246

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

Shades of Melrose #BBB1F6

Tints of Melrose #BBB1F6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.02%

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

R = 30.66%
G = 29.02%
B = 40.33%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBB1F6 (or 0xBBB1F6) is known color: Melrose. HEX triplet: BB, B1 and F6. RGB value is (187,177,246). Sum of RGB (Red+Green+Blue) = 187+177+246=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1F6 is #444E09. Grayscale: #BBBBBB. Windows color (decimal): -4476426 or 16167355. OLE color: 16167355.

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

Color convert

RGB 187 177 246 -
CMYK 0.24 0.28 0 0.04
HSL 248.7º 0.79% 0.83% -
HSV(B) 248.7º 0.28% 0.96% -
XYZ 52.85 48.66 93.8 -
YUV 187.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 187 177 246 0.24 0.28 0 0.04 248.7 0.79 0.83
Hex BB B1 F6 18 1C 0 4 F9 4F 53
Octal 273 261 366 30 34 0 4 371 117 123
Binary 10111011 10110001 11110110 11000 11100 0 100 11111001 1001111 1010011

Color Harmonies of #BBB1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1F6

Black with #BBB1F6

Text Example


Text Example

White with #BBB1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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