Html Css Color HEX #BBB3E2 Melrose

📋 copy color: '#BBB3E2'

red 187 ◦ green 179 ◦ blue 226

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

Shades of Melrose #BBB3E2

Tints of Melrose #BBB3E2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.24%

 BLUE value IS 226 (88.67% from 255) = 38.18%

R = 31.59%
G = 30.24%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBB3E2 (or 0xBBB3E2) is known color: Melrose. HEX triplet: BB, B3 and E2. RGB value is (187,179,226). Sum of RGB (Red+Green+Blue) = 187+179+226=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBB3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3E2 is #444C1D. Grayscale: #BABABA. Windows color (decimal): -4475934 or 14857147. OLE color: 14857147.

HSL color Cylindrical-coordinate representation of color #BBB3E2: hue angle of 250.21º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB3E2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 179 226 -
CMYK 0.17 0.21 0 0.11
HSL 250.21º 0.45% 0.79% -
HSV(B) 250.21º 0.21% 0.89% -
XYZ 50.34 48.3 78.62 -
YUV 186.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 187 179 226 0.17 0.21 0 0.11 250.21 0.45 0.79
Hex BB B3 E2 11 15 0 B FA 2D 4F
Octal 273 263 342 21 25 0 13 372 55 117
Binary 10111011 10110011 11100010 10001 10101 0 1011 11111010 101101 1001111

Color Harmonies of #BBB3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3E2

Black with #BBB3E2

Text Example


Text Example

White with #BBB3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3E2; }

 p { color: rgb(187,179,226); }

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

background-color css

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

 a { background-color: rgb(187,179,226); }

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

border-color css

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

 span { border-color: rgb(187,179,226); }

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