Html Css Color HEX #BBB0E7 Melrose

📋 copy color: '#BBB0E7'

red 187 ◦ green 176 ◦ blue 231

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

Shades of Melrose #BBB0E7

Tints of Melrose #BBB0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 31.48%
G = 29.63%
B = 38.89%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBB0E7 (or 0xBBB0E7) is known color: Melrose. HEX triplet: BB, B0 and E7. RGB value is (187,176,231). Sum of RGB (Red+Green+Blue) = 187+176+231=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0E7 is #444F18. Grayscale: #B9B9B9. Windows color (decimal): -4476697 or 15184059. OLE color: 15184059.

HSL color Cylindrical-coordinate representation of color #BBB0E7: hue angle of 252º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB0E7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 176 231 -
CMYK 0.19 0.24 0 0.09
HSL 252º 0.53% 0.8% -
HSV(B) 252º 0.24% 0.91% -
XYZ 50.44 47.38 82.09 -
YUV 185.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 187 176 231 0.19 0.24 0 0.09 252 0.53 0.8
Hex BB B0 E7 13 18 0 9 FC 35 50
Octal 273 260 347 23 30 0 11 374 65 120
Binary 10111011 10110000 11100111 10011 11000 0 1001 11111100 110101 1010000

Color Harmonies of #BBB0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0E7

Black with #BBB0E7

Text Example


Text Example

White with #BBB0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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