Html Css Color HEX #BBB3DB Melrose

📋 copy color: '#BBB3DB'

red 187 ◦ green 179 ◦ blue 219

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

Shades of Melrose #BBB3DB

Tints of Melrose #BBB3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 31.97%
G = 30.6%
B = 37.44%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBB3DB (or 0xBBB3DB) is known color: Melrose. HEX triplet: BB, B3 and DB. RGB value is (187,179,219). Sum of RGB (Red+Green+Blue) = 187+179+219=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3DB is #444C24. Grayscale: #B9B9B9. Windows color (decimal): -4475941 or 14398395. OLE color: 14398395.

HSL color Cylindrical-coordinate representation of color #BBB3DB: hue angle of 252º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB3DB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 179 219 -
CMYK 0.15 0.18 0 0.14
HSL 252º 0.36% 0.78% -
HSV(B) 252º 0.18% 0.86% -
XYZ 49.4 47.92 73.66 -
YUV 185.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 187 179 219 0.15 0.18 0 0.14 252 0.36 0.78
Hex BB B3 DB F 12 0 E FC 24 4E
Octal 273 263 333 17 22 0 16 374 44 116
Binary 10111011 10110011 11011011 1111 10010 0 1110 11111100 100100 1001110

Color Harmonies of #BBB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3DB

Black with #BBB3DB

Text Example


Text Example

White with #BBB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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