Html Css Color HEX #BBB3EC Melrose

📋 copy color: '#BBB3EC'

red 187 ◦ green 179 ◦ blue 236

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

Shades of Melrose #BBB3EC

Tints of Melrose #BBB3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 31.06%
G = 29.73%
B = 39.2%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB3EC (or 0xBBB3EC) is known color: Melrose. HEX triplet: BB, B3 and EC. RGB value is (187,179,236). Sum of RGB (Red+Green+Blue) = 187+179+236=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3EC is #444C13. Grayscale: #BBBBBB. Windows color (decimal): -4475924 or 15512507. OLE color: 15512507.

HSL color Cylindrical-coordinate representation of color #BBB3EC: hue angle of 248.42º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB3EC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 179 236 -
CMYK 0.21 0.24 0 0.07
HSL 248.42º 0.6% 0.81% -
HSV(B) 248.42º 0.24% 0.93% -
XYZ 51.75 48.86 86.06 -
YUV 187.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 187 179 236 0.21 0.24 0 0.07 248.42 0.6 0.81
Hex BB B3 EC 15 18 0 7 F8 3C 51
Octal 273 263 354 25 30 0 7 370 74 121
Binary 10111011 10110011 11101100 10101 11000 0 111 11111000 111100 1010001

Color Harmonies of #BBB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3EC

Black with #BBB3EC

Text Example


Text Example

White with #BBB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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