Html Css Color HEX #BBB0DD Melrose

📋 copy color: '#BBB0DD'

red 187 ◦ green 176 ◦ blue 221

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

Shades of Melrose #BBB0DD

Tints of Melrose #BBB0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 32.02%
G = 30.14%
B = 37.84%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBB0DD (or 0xBBB0DD) is known color: Melrose. HEX triplet: BB, B0 and DD. RGB value is (187,176,221). Sum of RGB (Red+Green+Blue) = 187+176+221=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DD is #444F22. Grayscale: #B8B8B8. Windows color (decimal): -4476707 or 14528699. OLE color: 14528699.

HSL color Cylindrical-coordinate representation of color #BBB0DD: hue angle of 254.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB0DD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 176 221 -
CMYK 0.15 0.20 0 0.13
HSL 254.67º 0.4% 0.78% -
HSV(B) 254.67º 0.2% 0.87% -
XYZ 49.07 46.84 74.86 -
YUV 184.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 187 176 221 0.15 0.20 0 0.13 254.67 0.4 0.78
Hex BB B0 DD F 14 0 D FF 28 4E
Octal 273 260 335 17 24 0 15 377 50 116
Binary 10111011 10110000 11011101 1111 10100 0 1101 11111111 101000 1001110

Color Harmonies of #BBB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0DD

Black with #BBB0DD

Text Example


Text Example

White with #BBB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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