Html Css Color HEX #BBB1DE Melrose

📋 copy color: '#BBB1DE'

red 187 ◦ green 177 ◦ blue 222

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

Shades of Melrose #BBB1DE

Tints of Melrose #BBB1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 31.91%
G = 30.2%
B = 37.88%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBB1DE (or 0xBBB1DE) is known color: Melrose. HEX triplet: BB, B1 and DE. RGB value is (187,177,222). Sum of RGB (Red+Green+Blue) = 187+177+222=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DE is #444E21. Grayscale: #B8B8B8. Windows color (decimal): -4476450 or 14594491. OLE color: 14594491.

HSL color Cylindrical-coordinate representation of color #BBB1DE: hue angle of 253.33º degrees, saturation: 0.41, 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 #BBB1DE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 177 222 -
CMYK 0.16 0.20 0 0.13
HSL 253.33º 0.41% 0.78% -
HSV(B) 253.33º 0.2% 0.87% -
XYZ 49.4 47.28 75.63 -
YUV 185.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 187 177 222 0.16 0.20 0 0.13 253.33 0.41 0.78
Hex BB B1 DE 10 14 0 D FD 29 4E
Octal 273 261 336 20 24 0 15 375 51 116
Binary 10111011 10110001 11011110 10000 10100 0 1101 11111101 101001 1001110

Color Harmonies of #BBB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1DE

Black with #BBB1DE

Text Example


Text Example

White with #BBB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1DE; }

 p { color: rgb(187,177,222); }

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

background-color css

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

 a { background-color: rgb(187,177,222); }

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

border-color css

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

 span { border-color: rgb(187,177,222); }

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