Html Css Color HEX #BBB0FB Melrose

📋 copy color: '#BBB0FB'

red 187 ◦ green 176 ◦ blue 251

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

Shades of Melrose #BBB0FB

Tints of Melrose #BBB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.66%

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

R = 30.46%
G = 28.66%
B = 40.88%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBB0FB (or 0xBBB0FB) is known color: Melrose. HEX triplet: BB, B0 and FB. RGB value is (187,176,251). Sum of RGB (Red+Green+Blue) = 187+176+251=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FB is #444F04. Grayscale: #BBBBBB. Windows color (decimal): -4476677 or 16494779. OLE color: 16494779.

HSL color Cylindrical-coordinate representation of color #BBB0FB: hue angle of 248.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB0FB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 176 251 -
CMYK 0.25 0.30 0 0.02
HSL 248.8º 0.9% 0.84% -
HSV(B) 248.8º 0.3% 0.98% -
XYZ 53.43 48.58 97.83 -
YUV 187.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 187 176 251 0.25 0.30 0 0.02 248.8 0.9 0.84
Hex BB B0 FB 19 1E 0 2 F9 5A 54
Octal 273 260 373 31 36 0 2 371 132 124
Binary 10111011 10110000 11111011 11001 11110 0 10 11111001 1011010 1010100

Color Harmonies of #BBB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0FB

Black with #BBB0FB

Text Example


Text Example

White with #BBB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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