Html Css Color HEX #BBB0EA Melrose

📋 copy color: '#BBB0EA'

red 187 ◦ green 176 ◦ blue 234

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

Shades of Melrose #BBB0EA

Tints of Melrose #BBB0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 31.32%
G = 29.48%
B = 39.2%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBB0EA (or 0xBBB0EA) is known color: Melrose. HEX triplet: BB, B0 and EA. RGB value is (187,176,234). Sum of RGB (Red+Green+Blue) = 187+176+234=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0EA is #444F15. Grayscale: #B9B9B9. Windows color (decimal): -4476694 or 15380667. OLE color: 15380667.

HSL color Cylindrical-coordinate representation of color #BBB0EA: hue angle of 251.38º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB0EA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 176 234 -
CMYK 0.20 0.25 0 0.08
HSL 251.38º 0.58% 0.8% -
HSV(B) 251.38º 0.25% 0.92% -
XYZ 50.87 47.56 84.34 -
YUV 185.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 187 176 234 0.20 0.25 0 0.08 251.38 0.58 0.8
Hex BB B0 EA 14 19 0 8 FB 3A 50
Octal 273 260 352 24 31 0 10 373 72 120
Binary 10111011 10110000 11101010 10100 11001 0 1000 11111011 111010 1010000

Color Harmonies of #BBB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0EA

Black with #BBB0EA

Text Example


Text Example

White with #BBB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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