Html Css Color HEX #BBB0DC Melrose

📋 copy color: '#BBB0DC'

red 187 ◦ green 176 ◦ blue 220

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

Shades of Melrose #BBB0DC

Tints of Melrose #BBB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBB0DC (or 0xBBB0DC) is known color: Melrose. HEX triplet: BB, B0 and DC. RGB value is (187,176,220). Sum of RGB (Red+Green+Blue) = 187+176+220=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DC is #444F23. Grayscale: #B8B8B8. Windows color (decimal): -4476708 or 14463163. OLE color: 14463163.

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

Color convert

RGB 187 176 220 -
CMYK 0.15 0.2 0 0.14
HSL 255º 0.39% 0.78% -
HSV(B) 255º 0.2% 0.86% -
XYZ 48.94 46.78 74.16 -
YUV 184.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 187 176 220 0.15 0.2 0 0.14 255 0.39 0.78
Hex BB B0 DC F 14 0 E FF 27 4E
Octal 273 260 334 17 24 0 16 377 47 116
Binary 10111011 10110000 11011100 1111 10100 0 1110 11111111 100111 1001110

Color Harmonies of #BBB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0DC

Black with #BBB0DC

Text Example


Text Example

White with #BBB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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