Html Css Color HEX #BBB0F1 Melrose

📋 copy color: '#BBB0F1'

red 187 ◦ green 176 ◦ blue 241

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

Shades of Melrose #BBB0F1

Tints of Melrose #BBB0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.9%

R = 30.96%
G = 29.14%
B = 39.9%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBB0F1 (or 0xBBB0F1) is known color: Melrose. HEX triplet: BB, B0 and F1. RGB value is (187,176,241). Sum of RGB (Red+Green+Blue) = 187+176+241=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0F1 is #444F0E. Grayscale: #BABABA. Windows color (decimal): -4476687 or 15839419. OLE color: 15839419.

HSL color Cylindrical-coordinate representation of color #BBB0F1: hue angle of 250.15º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB0F1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 176 241 -
CMYK 0.22 0.27 0 0.05
HSL 250.15º 0.7% 0.82% -
HSV(B) 250.15º 0.27% 0.95% -
XYZ 51.9 47.97 89.74 -
YUV 186.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 187 176 241 0.22 0.27 0 0.05 250.15 0.7 0.82
Hex BB B0 F1 16 1B 0 5 FA 46 52
Octal 273 260 361 26 33 0 5 372 106 122
Binary 10111011 10110000 11110001 10110 11011 0 101 11111010 1000110 1010010

Color Harmonies of #BBB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0F1

Black with #BBB0F1

Text Example


Text Example

White with #BBB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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