Html Css Color HEX #BBB2DE Melrose

📋 copy color: '#BBB2DE'

red 187 ◦ green 178 ◦ blue 222

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

Shades of Melrose #BBB2DE

Tints of Melrose #BBB2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 31.86%
G = 30.32%
B = 37.82%

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

#BBB2DE (or 0xBBB2DE) is known color: Melrose. HEX triplet: BB, B2 and DE. RGB value is (187,178,222). Sum of RGB (Red+Green+Blue) = 187+178+222=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2DE is #444D21. Grayscale: #B9B9B9. Windows color (decimal): -4476194 or 14594747. OLE color: 14594747.

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

Color convert

RGB 187 178 222 -
CMYK 0.16 0.20 0 0.13
HSL 252.27º 0.4% 0.78% -
HSV(B) 252.27º 0.2% 0.87% -
XYZ 49.6 47.68 75.7 -
YUV 185.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 187 178 222 0.16 0.20 0 0.13 252.27 0.4 0.78
Hex BB B2 DE 10 14 0 D FC 28 4E
Octal 273 262 336 20 24 0 15 374 50 116
Binary 10111011 10110010 11011110 10000 10100 0 1101 11111100 101000 1001110

Color Harmonies of #BBB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2DE

Black with #BBB2DE

Text Example


Text Example

White with #BBB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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